Html Css Color HEX #258975 Elf Green

📋 copy color: '#258975'

red 37 ◦ green 137 ◦ blue 117

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

Shades of Elf Green #258975

Tints of Elf Green #258975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.08%

 BLUE value IS 117 (46.09% from 255) = 40.21%

R = 12.71%
G = 47.08%
B = 40.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#258975 (or 0x258975) is known color: Elf Green. HEX triplet: 25, 89 and 75. RGB value is (37,137,117). Sum of RGB (Red+Green+Blue) = 37+137+117=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #258975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258975 is #DA768A. Grayscale: #686868. Windows color (decimal): -14317195 or 7702821. OLE color: 7702821.

HSL color Cylindrical-coordinate representation of color #258975: hue angle of 168º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258975 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 137 117 -
CMYK 0.73 0 0.15 0.46
HSL 168º 0.57% 0.34% -
HSV(B) 168º 0.73% 0.54% -
XYZ 12.92 19.57 19.93 -
YUV 104.82 134.87 79.63 -
System Red Green Blue C M Y K H S L
Decimal 37 137 117 0.73 0 0.15 0.46 168 0.57 0.34
Hex 25 89 75 49 0 F 2E A8 39 22
Octal 45 211 165 111 0 17 56 250 71 42
Binary 100101 10001001 1110101 1001001 0 1111 101110 10101000 111001 100010

Color Harmonies of #258975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258975

Black with #258975

Text Example


Text Example

White with #258975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258975; }

 p { color: rgb(37,137,117); }

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

background-color css

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

 a { background-color: rgb(37,137,117); }

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

border-color css

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

 span { border-color: rgb(37,137,117); }

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