Html Css Color HEX #008C21 Forest Green

📋 copy color: '#008C21'

red 0 ◦ green 140 ◦ blue 33

#008C21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #008C21

Tints of Forest Green #008C21

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 140 (55.08% from 255) = 80.92%

 BLUE value IS 33 (13.28% from 255) = 19.08%

R = 0%
G = 80.92%
B = 19.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#008C21 (or 0x008C21) is known color: Forest Green. HEX triplet: 00, 8C and 21. RGB value is (0,140,33). Sum of RGB (Red+Green+Blue) = 0+140+33=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 140 (55.08% from 255 or 80.92% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 140 - color contains mainly: green. Hex color #008C21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008C21 is #FF73DE. Grayscale: #565656. Windows color (decimal): -16741343 or 2198528. OLE color: 2198528.

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

Color convert

RGB 0 140 33 -
CMYK 1 0 0.76 0.45
HSL 134.14º 1% 0.27% -
HSV(B) 134.14º 1% 0.55% -
XYZ 9.65 18.87 4.57 -
YUV 85.94 98.12 66.7 -
System Red Green Blue C M Y K H S L
Decimal 0 140 33 1 0 0.76 0.45 134.14 1 0.27
Hex 0 8C 21 64 0 4C 2D 86 64 1B
Octal 0 214 41 144 0 114 55 206 144 33
Binary 0 10001100 100001 1100100 0 1001100 101101 10000110 1100100 11011

Color Harmonies of #008C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008C21

Black with #008C21

Text Example


Text Example

White with #008C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #008C21;
 }
 .AnyTagClassName
 {
   color: #008C21;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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