#25820C

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

Shades of Forest Green #25820C

Tints of Forest Green #25820C

Color information

#25820C (or 0x25820C) is unknown color: approx Forest Green. HEX triplet: 25, 82 and 0C. RGB value is (37,130,12). Sum of RGB (Red+Green+Blue) = 37+130+12=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 130 (51.17% from 255 or 72.63% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 130 - color contains mainly: green. Hex color #25820C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #25820C is #DA7DF3. Grayscale: #595959. Windows color (decimal): -14319092 or 819749. OLE color: 819749.

HSL color Cylindrical-coordinate representation of color #25820C: hue angle of 107.29º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25820C is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB3713012-
CMYK0.7200.910.49
HSL107.29º83.1%27.84%-
HSV(B)107.29º90.77%50.98%-
XYZ8.8116.393.05-
YUV88.7484.6991.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.67%
GREEN value IS 130 (51.17% from 255) = 72.63%
BLUE value IS 12 (5.08% from 255) = 6.70%
R=20.67%
G=72.63%
B=6.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37130120.7200.910.49107.2983.127.84
Hex2582C4805B316b531c
Octal452021411001336115312334
Binary1001011000001011001001000010110111100011101011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25820C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25820C; }

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

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

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

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

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

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

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

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