#248668

Color #248668 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #248668

Tints of Elf Green #248668

Color information

#248668 (or 0x248668) is unknown color: approx Elf Green. HEX triplet: 24, 86 and 68. RGB value is (36,134,104). Sum of RGB (Red+Green+Blue) = 36+134+104=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #248668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248668 is #DB7997. Grayscale: #656565. Windows color (decimal): -14383512 or 6850084. OLE color: 6850084.

HSL color Cylindrical-coordinate representation of color #248668: hue angle of 161.63º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248668 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB36134104-
CMYK0.7300.220.47
HSL161.63º57.65%33.33%-
HSV(B)161.63º73.13%52.55%-
XYZ11.7518.4216.03-
YUV101.28129.5381.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 13.14%
GREEN value IS 134 (52.73% from 255) = 48.91%
BLUE value IS 104 (41.02% from 255) = 37.96%
R=13.14%
G=48.91%
B=37.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal361341040.7300.220.47161.6357.6533.33
Hex248668490162Fa23a21
Octal44206150111026572427241
Binary100100100001101101000100100101011010111110100010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248668; }

 p { color: rgb(36,134,104); }

 H1.HeaderClassName
 {
   color: #248668;
 }
 .AnyTagClassName
 {
   color: #248668;
 }
</style>
background-color css

<style>
 a { background-color: #248668; }

 a { background-color: rgb(36,134,104); }

 div.DivClassName
 {
   background-color: #248668;
 }
 .BgClassName
 {
   background-color: #248668;
 }
</style>
border-color css

<style>
 span { border-color: #248668; }

 span { border-color: rgb(36,134,104); }

 td.TdClassName
 {
   border-color: #248668;
 }
 .TagClassName
 {
   border-color: #248668;
 }
</style>