Html Css Color HEX #259072 Elf Green

📋 copy color: '#259072'

red 37 ◦ green 144 ◦ blue 114

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

Shades of Elf Green #259072

Tints of Elf Green #259072

RGB

 RED value IS 37 (14.84% from 255) = 12.54%

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

 BLUE value IS 114 (44.92% from 255) = 38.64%

R = 12.54%
G = 48.81%
B = 38.64%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#259072 (or 0x259072) is known color: Elf Green. HEX triplet: 25, 90 and 72. RGB value is (37,144,114). Sum of RGB (Red+Green+Blue) = 37+144+114=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #259072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259072 is #DA6F8D. Grayscale: #6C6C6C. Windows color (decimal): -14315406 or 7508005. OLE color: 7508005.

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

Color convert

RGB 37 144 114 -
CMYK 0.74 0 0.21 0.44
HSL 163.18º 0.59% 0.35% -
HSV(B) 163.18º 0.74% 0.56% -
XYZ 13.77 21.55 19.35 -
YUV 108.59 131.05 76.94 -
System Red Green Blue C M Y K H S L
Decimal 37 144 114 0.74 0 0.21 0.44 163.18 0.59 0.35
Hex 25 90 72 4A 0 15 2C A3 3B 23
Octal 45 220 162 112 0 25 54 243 73 43
Binary 100101 10010000 1110010 1001010 0 10101 101100 10100011 111011 100011

Color Harmonies of #259072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259072

Black with #259072

Text Example


Text Example

White with #259072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259072; }

 p { color: rgb(37,144,114); }

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

background-color css

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

 a { background-color: rgb(37,144,114); }

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

border-color css

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

 span { border-color: rgb(37,144,114); }

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