#008C33

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

Shades of Pigment Green #008C33

Tints of Pigment Green #008C33

Color information

#008C33 (or 0x008C33) is unknown color: approx Pigment Green. HEX triplet: 00, 8C and 33. RGB value is (0,140,51). Sum of RGB (Red+Green+Blue) = 0+140+51=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 140 (55.08% from 255 or 73.30% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 140 - color contains mainly: green. Hex color #008C33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008C33 is #FF73CC. Grayscale: #585858. Windows color (decimal): -16741325 or 3378176. OLE color: 3378176.

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

Color convert

RGB014051-
CMYK100.640.45
HSL141.86º100%27.45%-
HSV(B)141.86º100%54.9%-
XYZ9.98196.27-
YUV87.99107.1265.24-

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) = 73.30%
BLUE value IS 51 (20.31% from 255) = 26.70%
R=0%
G=73.30%
B=26.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal014051100.640.45141.8610027.45
Hex08C33640402D8e641b
Octal02146314401005521614433
Binary01000110011001111001000100000010110110001110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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