#258875

Color #258875 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #258875

Tints of Elf Green #258875

Color information

#258875 (or 0x258875) is unknown color: approx Elf Green. HEX triplet: 25, 88 and 75. RGB value is (37,136,117). Sum of RGB (Red+Green+Blue) = 37+136+117=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #258875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258875 is #DA778A. Grayscale: #686868. Windows color (decimal): -14317451 or 7702565. OLE color: 7702565.

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

Color convert

RGB37136117-
CMYK0.7300.140.47
HSL168.48º57.23%33.92%-
HSV(B)168.48º72.79%53.33%-
XYZ12.7819.2919.88-
YUV104.23135.280.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.76%
GREEN value IS 136 (53.52% from 255) = 46.90%
BLUE value IS 117 (46.09% from 255) = 40.34%
R=12.76%
G=46.90%
B=40.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371361170.7300.140.47168.4857.2333.92
Hex258875490E2Fa83922
Octal45210165111016572507142
Binary10010110001000111010110010010111010111110101000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258875; }

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

 H1.HeaderClassName
 {
   color: #258875;
 }
 .AnyTagClassName
 {
   color: #258875;
 }
</style>
background-color css

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

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

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

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

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

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