Html Css Color HEX #259B70 Elf Green

📋 copy color: '#259B70'

red 37 ◦ green 155 ◦ blue 112

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

Shades of Elf Green #259B70

Tints of Elf Green #259B70

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.99%

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

R = 12.17%
G = 50.99%
B = 36.84%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#259B70 (or 0x259B70) is known color: Elf Green. HEX triplet: 25, 9B and 70. RGB value is (37,155,112). Sum of RGB (Red+Green+Blue) = 37+155+112=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #259B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259B70 is #DA648F. Grayscale: #727272. Windows color (decimal): -14312592 or 7379749. OLE color: 7379749.

HSL color Cylindrical-coordinate representation of color #259B70: hue angle of 158.14º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259B70 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 155 112 -
CMYK 0.76 0 0.28 0.39
HSL 158.14º 0.61% 0.38% -
HSV(B) 158.14º 0.76% 0.61% -
XYZ 15.41 25.01 19.34 -
YUV 114.82 126.41 72.5 -
System Red Green Blue C M Y K H S L
Decimal 37 155 112 0.76 0 0.28 0.39 158.14 0.61 0.38
Hex 25 9B 70 4C 0 1C 27 9E 3D 26
Octal 45 233 160 114 0 34 47 236 75 46
Binary 100101 10011011 1110000 1001100 0 11100 100111 10011110 111101 100110

Color Harmonies of #259B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259B70

Black with #259B70

Text Example


Text Example

White with #259B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259B70; }

 p { color: rgb(37,155,112); }

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

background-color css

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

 a { background-color: rgb(37,155,112); }

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

border-color css

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

 span { border-color: rgb(37,155,112); }

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