#008C28

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

Shades of Forest Green #008C28

Tints of Forest Green #008C28

Color information

#008C28 (or 0x008C28) is unknown color: approx Forest Green. HEX triplet: 00, 8C and 28. RGB value is (0,140,40). Sum of RGB (Red+Green+Blue) = 0+140+40=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 140 (55.08% from 255 or 77.78% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 140 - color contains mainly: green. Hex color #008C28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008C28 is #FF73D7. Grayscale: #575757. Windows color (decimal): -16741336 or 2657280. OLE color: 2657280.

HSL color Cylindrical-coordinate representation of color #008C28: hue angle of 137.14º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008C28 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB014040-
CMYK100.710.45
HSL137.14º100%27.45%-
HSV(B)137.14º100%54.9%-
XYZ9.7618.915.14-
YUV86.74101.6266.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 140 (55.08% from 255) = 77.78%
BLUE value IS 40 (16.02% from 255) = 22.22%
R=0%
G=77.78%
B=22.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal014040100.710.45137.1410027.45
Hex08C28640472D89641b
Octal02145014401075521114433
Binary01000110010100011001000100011110110110001001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008C28; }

 p { color: rgb(0,140,40); }

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

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

 a { background-color: rgb(0,140,40); }

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

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

 span { border-color: rgb(0,140,40); }

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