#258125

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

Shades of Forest Green #258125

Tints of Forest Green #258125

Color information

#258125 (or 0x258125) is unknown color: approx Forest Green. HEX triplet: 25, 81 and 25. RGB value is (37,129,37). Sum of RGB (Red+Green+Blue) = 37+129+37=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 129 (50.78% from 255 or 63.55% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 129 - color contains mainly: green. Hex color #258125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258125 is #DA7EDA. Grayscale: #5B5B5B. Windows color (decimal): -14319323 or 2457893. OLE color: 2457893.

HSL color Cylindrical-coordinate representation of color #258125: hue angle of 120º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #258125 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB3712937-
CMYK0.7100.710.49
HSL120º55.42%32.55%-
HSV(B)120º71.32%50.59%-
XYZ8.9516.234.41-
YUV9197.5289.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.23%
GREEN value IS 129 (50.78% from 255) = 63.55%
BLUE value IS 37 (14.84% from 255) = 18.23%
R=18.23%
G=63.55%
B=18.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37129370.7100.710.4912055.4232.55
Hex2581254704731783721
Octal45201451070107611706741
Binary100101100000011001011000111010001111100011111000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258125; }

 p { color: rgb(37,129,37); }

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

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

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

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

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

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

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