#258205

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

Shades of Forest Green #258205

Tints of Forest Green #258205

Color information

#258205 (or 0x258205) is unknown color: approx Forest Green. HEX triplet: 25, 82 and 05. RGB value is (37,130,5). Sum of RGB (Red+Green+Blue) = 37+130+5=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 130 (51.17% from 255 or 75.58% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 130 - color contains mainly: green. Hex color #258205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #258205 is #DA7DFA. Grayscale: #585858. Windows color (decimal): -14319099 or 360997. OLE color: 360997.

HSL color Cylindrical-coordinate representation of color #258205: hue angle of 104.64º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #258205 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB371305-
CMYK0.7200.960.49
HSL104.64º92.59%26.47%-
HSV(B)104.64º96.15%50.98%-
XYZ8.7716.372.84-
YUV87.9481.1991.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 130 (51.17% from 255) = 75.58%
BLUE value IS 5 (2.34% from 255) = 2.91%
R=21.51%
G=75.58%
B=2.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3713050.7200.960.49104.6492.5926.47
Hex258254806031695d1a
Octal45202511001406115113532
Binary100101100000101011001000011000001100011101001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258205; }

 p { color: rgb(37,130,5); }

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

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

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

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

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

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

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