#008F3F

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

Shades of Pigment Green #008F3F

Tints of Pigment Green #008F3F

Color information

#008F3F (or 0x008F3F) is unknown color: approx Pigment Green. HEX triplet: 00, 8F and 3F. RGB value is (0,143,63). Sum of RGB (Red+Green+Blue) = 0+143+63=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 143 (56.25% from 255 or 69.42% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 143 - color contains mainly: green. Hex color #008F3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008F3F is #FF70C0. Grayscale: #5B5B5B. Windows color (decimal): -16740545 or 4165376. OLE color: 4165376.

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

Color convert

RGB014363-
CMYK100.560.44
HSL146.43º100%28.04%-
HSV(B)146.43º100%56.08%-
XYZ10.72208-
YUV91.12112.1263-

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) = 69.42%
BLUE value IS 63 (25% from 255) = 30.58%
R=0%
G=69.42%
B=30.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal014363100.560.44146.4310028.04
Hex08F3F640382C92641c
Octal0217771440705422214434
Binary0100011111111111100100011100010110010010010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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