Html Css Color HEX #249269 Elf Green

📋 copy color: '#249269'

red 36 ◦ green 146 ◦ blue 105

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

Shades of Elf Green #249269

Tints of Elf Green #249269

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.87%

 BLUE value IS 105 (41.41% from 255) = 36.59%

R = 12.54%
G = 50.87%
B = 36.59%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#249269 (or 0x249269) is known color: Elf Green. HEX triplet: 24, 92 and 69. RGB value is (36,146,105). Sum of RGB (Red+Green+Blue) = 36+146+105=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #249269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249269 is #DB6D96. Grayscale: #6C6C6C. Windows color (decimal): -14380439 or 6918692. OLE color: 6918692.

HSL color Cylindrical-coordinate representation of color #249269: hue angle of 157.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249269 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 146 105 -
CMYK 0.75 0 0.28 0.43
HSL 157.64º 0.6% 0.36% -
HSV(B) 157.64º 0.75% 0.57% -
XYZ 13.56 21.95 16.89 -
YUV 108.44 126.06 76.33 -
System Red Green Blue C M Y K H S L
Decimal 36 146 105 0.75 0 0.28 0.43 157.64 0.6 0.36
Hex 24 92 69 4B 0 1C 2B 9E 3C 24
Octal 44 222 151 113 0 34 53 236 74 44
Binary 100100 10010010 1101001 1001011 0 11100 101011 10011110 111100 100100

Color Harmonies of #249269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249269

Black with #249269

Text Example


Text Example

White with #249269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249269; }

 p { color: rgb(36,146,105); }

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

background-color css

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

 a { background-color: rgb(36,146,105); }

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

border-color css

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

 span { border-color: rgb(36,146,105); }

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