#008F3C

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

Shades of Pigment Green #008F3C

Tints of Pigment Green #008F3C

Color information

#008F3C (or 0x008F3C) is unknown color: approx Pigment Green. HEX triplet: 00, 8F and 3C. RGB value is (0,143,60). Sum of RGB (Red+Green+Blue) = 0+143+60=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 143 (56.25% from 255 or 70.44% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 143 - color contains mainly: green. Hex color #008F3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008F3C is #FF70C3. Grayscale: #5A5A5A. Windows color (decimal): -16740548 or 3968768. OLE color: 3968768.

HSL color Cylindrical-coordinate representation of color #008F3C: hue angle of 145.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008F3C is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB014360-
CMYK100.580.44
HSL145.17º100%28.04%-
HSV(B)145.17º100%56.08%-
XYZ10.6419.977.57-
YUV90.78110.6263.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 143 (56.25% from 255) = 70.44%
BLUE value IS 60 (23.83% from 255) = 29.56%
R=0%
G=70.44%
B=29.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal014360100.580.44145.1710028.04
Hex08F3C6403A2C91641c
Octal0217741440725422114434
Binary0100011111111001100100011101010110010010001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,143,60); }

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

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

 a { background-color: rgb(0,143,60); }

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

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

 span { border-color: rgb(0,143,60); }

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