#008527

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

Shades of Forest Green #008527

Tints of Forest Green #008527

Color information

#008527 (or 0x008527) is unknown color: approx Forest Green. HEX triplet: 00, 85 and 27. RGB value is (0,133,39). Sum of RGB (Red+Green+Blue) = 0+133+39=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 133 (52.34% from 255 or 77.33% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 133 - color contains mainly: green. Hex color #008527 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008527 is #FF7AD8. Grayscale: #525252. Windows color (decimal): -16743129 or 2589952. OLE color: 2589952.

HSL color Cylindrical-coordinate representation of color #008527: hue angle of 137.59º 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 #008527 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB013339-
CMYK100.710.48
HSL137.59º100%26.08%-
HSV(B)137.59º100%52.16%-
XYZ8.7516.924.72-
YUV82.52103.4469.14-

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) = 77.33%
BLUE value IS 39 (15.62% from 255) = 22.67%
R=0%
G=77.33%
B=22.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013339100.710.48137.5910026.08
Hex0852764047308a641a
Octal02054714401076021214432
Binary01000010110011111001000100011111000010001010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008527; }

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

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

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

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

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

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

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

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