Html Css Color HEX #259070 Elf Green

📋 copy color: '#259070'

red 37 ◦ green 144 ◦ blue 112

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

Shades of Elf Green #259070

Tints of Elf Green #259070

RGB

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

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

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

R = 12.63%
G = 49.15%
B = 38.23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#259070 (or 0x259070) is known color: Elf Green. HEX triplet: 25, 90 and 70. RGB value is (37,144,112). Sum of RGB (Red+Green+Blue) = 37+144+112=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #259070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259070 is #DA6F8F. Grayscale: #6C6C6C. Windows color (decimal): -14315408 or 7376933. OLE color: 7376933.

HSL color Cylindrical-coordinate representation of color #259070: hue angle of 162.06º 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 #259070 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 144 112 -
CMYK 0.74 0 0.22 0.44
HSL 162.06º 0.59% 0.35% -
HSV(B) 162.06º 0.74% 0.56% -
XYZ 13.66 21.51 18.76 -
YUV 108.36 130.05 77.1 -
System Red Green Blue C M Y K H S L
Decimal 37 144 112 0.74 0 0.22 0.44 162.06 0.59 0.35
Hex 25 90 70 4A 0 16 2C A2 3B 23
Octal 45 220 160 112 0 26 54 242 73 43
Binary 100101 10010000 1110000 1001010 0 10110 101100 10100010 111011 100011

Color Harmonies of #259070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259070

Black with #259070

Text Example


Text Example

White with #259070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259070; }

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

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

background-color css

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

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

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

border-color css

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

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

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