Html Css Color HEX #249668 Elf Green

📋 copy color: '#249668'

red 36 ◦ green 150 ◦ blue 104

#249668
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #249668

Tints of Elf Green #249668

RGB

 RED value IS 36 (14.45% from 255) = 12.41%

 GREEN value IS 150 (58.98% from 255) = 51.72%

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 12.41%
G = 51.72%
B = 35.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#249668 (or 0x249668) is known color: Elf Green. HEX triplet: 24, 96 and 68. RGB value is (36,150,104). Sum of RGB (Red+Green+Blue) = 36+150+104=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #249668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249668 is #DB6997. Grayscale: #6E6E6E. Windows color (decimal): -14379416 or 6854180. OLE color: 6854180.

HSL color Cylindrical-coordinate representation of color #249668: hue angle of 155.79º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249668 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 150 104 -
CMYK 0.76 0 0.31 0.41
HSL 155.79º 0.61% 0.36% -
HSV(B) 155.79º 0.76% 0.59% -
XYZ 14.13 23.19 16.83 -
YUV 110.67 124.23 74.74 -
System Red Green Blue C M Y K H S L
Decimal 36 150 104 0.76 0 0.31 0.41 155.79 0.61 0.36
Hex 24 96 68 4C 0 1F 29 9C 3D 24
Octal 44 226 150 114 0 37 51 234 75 44
Binary 100100 10010110 1101000 1001100 0 11111 101001 10011100 111101 100100

Color Harmonies of #249668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249668

Black with #249668

Text Example


Text Example

White with #249668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249668; }

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

 H1.HeaderClassName
 {
   color: #249668;
 }
 .AnyTagClassName
 {
   color: #249668;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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