#25850A

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

Shades of Forest Green #25850A

Tints of Forest Green #25850A

Color information

#25850A (or 0x25850A) is unknown color: approx Forest Green. HEX triplet: 25, 85 and 0A. RGB value is (37,133,10). Sum of RGB (Red+Green+Blue) = 37+133+10=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 133 (52.34% from 255 or 73.89% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 133 - color contains mainly: green. Hex color #25850A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #25850A is #DA7AF5. Grayscale: #5A5A5A. Windows color (decimal): -14318326 or 689445. OLE color: 689445.

HSL color Cylindrical-coordinate representation of color #25850A: hue angle of 106.83º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25850A is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB3713310-
CMYK0.7200.920.48
HSL106.83º86.01%28.04%-
HSV(B)106.83º92.48%52.16%-
XYZ9.2117.193.12-
YUV90.2782.790-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.56%
GREEN value IS 133 (52.34% from 255) = 73.89%
BLUE value IS 10 (4.30% from 255) = 5.56%
R=20.56%
G=73.89%
B=5.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37133100.7200.920.48106.8386.0128.04
Hex2585A4805C306b561c
Octal452051211001346015312634
Binary1001011000010110101001000010111001100001101011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25850A; }

 p { color: rgb(37,133,10); }

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

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

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

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

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

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

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