Html Css Color HEX #259479 Elf Green

📋 copy color: '#259479'

red 37 ◦ green 148 ◦ blue 121

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

Shades of Elf Green #259479

Tints of Elf Green #259479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.37%

 BLUE value IS 121 (47.66% from 255) = 39.54%

R = 12.09%
G = 48.37%
B = 39.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#259479 (or 0x259479) is known color: Elf Green. HEX triplet: 25, 94 and 79. RGB value is (37,148,121). Sum of RGB (Red+Green+Blue) = 37+148+121=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #259479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259479 is #DA6B86. Grayscale: #6F6F6F. Windows color (decimal): -14314375 or 7967781. OLE color: 7967781.

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

Color convert

RGB 37 148 121 -
CMYK 0.75 0 0.18 0.42
HSL 165.41º 0.6% 0.36% -
HSV(B) 165.41º 0.75% 0.58% -
XYZ 14.8 22.95 21.74 -
YUV 111.73 133.23 74.7 -
System Red Green Blue C M Y K H S L
Decimal 37 148 121 0.75 0 0.18 0.42 165.41 0.6 0.36
Hex 25 94 79 4B 0 12 2A A5 3C 24
Octal 45 224 171 113 0 22 52 245 74 44
Binary 100101 10010100 1111001 1001011 0 10010 101010 10100101 111100 100100

Color Harmonies of #259479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259479

Black with #259479

Text Example


Text Example

White with #259479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259479; }

 p { color: rgb(37,148,121); }

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

background-color css

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

 a { background-color: rgb(37,148,121); }

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

border-color css

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

 span { border-color: rgb(37,148,121); }

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