#008225

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

Shades of Forest Green #008225

Tints of Forest Green #008225

Color information

#008225 (or 0x008225) is unknown color: approx Forest Green. HEX triplet: 00, 82 and 25. RGB value is (0,130,37). Sum of RGB (Red+Green+Blue) = 0+130+37=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 130 (51.17% from 255 or 77.84% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 130 - color contains mainly: green. Hex color #008225 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008225 is #FF7DDA. Grayscale: #505050. Windows color (decimal): -16743899 or 2458112. OLE color: 2458112.

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

Color convert

RGB013037-
CMYK100.720.49
HSL137.08º100%25.49%-
HSV(B)137.08º100%50.98%-
XYZ8.3216.14.42-
YUV80.53103.4370.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 77.84%
BLUE value IS 37 (14.84% from 255) = 22.16%
R=0%
G=77.84%
B=22.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013037100.720.49137.0810025.49
Hex082256404831896419
Octal02024514401106121114431
Binary01000001010010111001000100100011000110001001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008225; }

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

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

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

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

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

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

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

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