Html Css Color HEX #249070 Elf Green

📋 copy color: '#249070'

red 36 ◦ green 144 ◦ blue 112

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

Shades of Elf Green #249070

Tints of Elf Green #249070

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.32%

 BLUE value IS 112 (44.14% from 255) = 38.36%

R = 12.33%
G = 49.32%
B = 38.36%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#249070 (or 0x249070) is known color: Elf Green. HEX triplet: 24, 90 and 70. RGB value is (36,144,112). Sum of RGB (Red+Green+Blue) = 36+144+112=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #249070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249070 is #DB6F8F. Grayscale: #6C6C6C. Windows color (decimal): -14380944 or 7376932. OLE color: 7376932.

HSL color Cylindrical-coordinate representation of color #249070: hue angle of 162.22º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249070 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 144 112 -
CMYK 0.75 0 0.22 0.44
HSL 162.22º 0.6% 0.35% -
HSV(B) 162.22º 0.75% 0.56% -
XYZ 13.63 21.49 18.76 -
YUV 108.06 130.22 76.6 -
System Red Green Blue C M Y K H S L
Decimal 36 144 112 0.75 0 0.22 0.44 162.22 0.6 0.35
Hex 24 90 70 4B 0 16 2C A2 3C 23
Octal 44 220 160 113 0 26 54 242 74 43
Binary 100100 10010000 1110000 1001011 0 10110 101100 10100010 111100 100011

Color Harmonies of #249070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249070

Black with #249070

Text Example


Text Example

White with #249070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249070; }

 p { color: rgb(36,144,112); }

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

background-color css

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

 a { background-color: rgb(36,144,112); }

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

border-color css

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

 span { border-color: rgb(36,144,112); }

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