#008525

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

Shades of Forest Green #008525

Tints of Forest Green #008525

Color information

#008525 (or 0x008525) is unknown color: approx Forest Green. HEX triplet: 00, 85 and 25. RGB value is (0,133,37). Sum of RGB (Red+Green+Blue) = 0+133+37=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 133 (52.34% from 255 or 78.24% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 133 - color contains mainly: green. Hex color #008525 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008525 is #FF7ADA. Grayscale: #525252. Windows color (decimal): -16743131 or 2458880. OLE color: 2458880.

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

Color convert

RGB013337-
CMYK100.720.48
HSL136.69º100%26.08%-
HSV(B)136.69º100%52.16%-
XYZ8.7216.914.55-
YUV82.29102.4469.31-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 78.24%
BLUE value IS 37 (14.84% from 255) = 21.76%
R=0%
G=78.24%
B=21.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013337100.720.48136.6910026.08
Hex08525640483089641a
Octal02054514401106021114432
Binary01000010110010111001000100100011000010001001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008525; }

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

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

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

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

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

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

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

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