Html Css Color HEX #249875 Elf Green

📋 copy color: '#249875'

red 36 ◦ green 152 ◦ blue 117

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

Shades of Elf Green #249875

Tints of Elf Green #249875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.84%

 BLUE value IS 117 (46.09% from 255) = 38.36%

R = 11.8%
G = 49.84%
B = 38.36%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#249875 (or 0x249875) is known color: Elf Green. HEX triplet: 24, 98 and 75. RGB value is (36,152,117). Sum of RGB (Red+Green+Blue) = 36+152+117=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #249875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249875 is #DB678A. Grayscale: #717171. Windows color (decimal): -14378891 or 7706660. OLE color: 7706660.

HSL color Cylindrical-coordinate representation of color #249875: hue angle of 161.9º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249875 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 152 117 -
CMYK 0.76 0 0.23 0.40
HSL 161.9º 0.62% 0.37% -
HSV(B) 161.9º 0.76% 0.6% -
XYZ 15.17 24.12 20.69 -
YUV 113.33 130.07 72.85 -
System Red Green Blue C M Y K H S L
Decimal 36 152 117 0.76 0 0.23 0.40 161.9 0.62 0.37
Hex 24 98 75 4C 0 17 28 A2 3E 25
Octal 44 230 165 114 0 27 50 242 76 45
Binary 100100 10011000 1110101 1001100 0 10111 101000 10100010 111110 100101

Color Harmonies of #249875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249875

Black with #249875

Text Example


Text Example

White with #249875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249875; }

 p { color: rgb(36,152,117); }

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

background-color css

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

 a { background-color: rgb(36,152,117); }

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

border-color css

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

 span { border-color: rgb(36,152,117); }

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