#008C26

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

Shades of Forest Green #008C26

Tints of Forest Green #008C26

Color information

#008C26 (or 0x008C26) is unknown color: approx Forest Green. HEX triplet: 00, 8C and 26. RGB value is (0,140,38). Sum of RGB (Red+Green+Blue) = 0+140+38=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 140 (55.08% from 255 or 78.65% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 140 - color contains mainly: green. Hex color #008C26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008C26 is #FF73D9. Grayscale: #565656. Windows color (decimal): -16741338 or 2526208. OLE color: 2526208.

HSL color Cylindrical-coordinate representation of color #008C26: hue angle of 136.29º 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 #008C26 is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB014038-
CMYK100.730.45
HSL136.29º100%27.45%-
HSV(B)136.29º100%54.9%-
XYZ9.7318.94.97-
YUV86.51100.6266.29-

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) = 78.65%
BLUE value IS 38 (15.23% from 255) = 21.35%
R=0%
G=78.65%
B=21.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal014038100.730.45136.2910027.45
Hex08C26640492D88641b
Octal02144614401115521014433
Binary01000110010011011001000100100110110110001000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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