Html Css Color HEX #258470 Elf Green

📋 copy color: '#258470'

red 37 ◦ green 132 ◦ blue 112

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

Shades of Elf Green #258470

Tints of Elf Green #258470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.98%

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

R = 13.17%
G = 46.98%
B = 39.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#258470 (or 0x258470) is known color: Elf Green. HEX triplet: 25, 84 and 70. RGB value is (37,132,112). Sum of RGB (Red+Green+Blue) = 37+132+112=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #258470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258470 is #DA7B8F. Grayscale: #656565. Windows color (decimal): -14318480 or 7373861. OLE color: 7373861.

HSL color Cylindrical-coordinate representation of color #258470: hue angle of 167.37º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258470 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 132 112 -
CMYK 0.72 0 0.15 0.48
HSL 167.37º 0.56% 0.33% -
HSV(B) 167.37º 0.72% 0.52% -
XYZ 11.94 18.07 18.19 -
YUV 101.32 134.03 82.13 -
System Red Green Blue C M Y K H S L
Decimal 37 132 112 0.72 0 0.15 0.48 167.37 0.56 0.33
Hex 25 84 70 48 0 F 30 A7 38 21
Octal 45 204 160 110 0 17 60 247 70 41
Binary 100101 10000100 1110000 1001000 0 1111 110000 10100111 111000 100001

Color Harmonies of #258470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258470

Black with #258470

Text Example


Text Example

White with #258470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258470; }

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

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

background-color css

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

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

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

border-color css

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

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

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