#00992F

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

Shades of Pigment Green #00992F

Tints of Pigment Green #00992F

Color information

#00992F (or 0x00992F) is unknown color: approx Pigment Green. HEX triplet: 00, 99 and 2F. RGB value is (0,153,47). Sum of RGB (Red+Green+Blue) = 0+153+47=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 153 (60.16% from 255 or 76.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 153 - color contains mainly: green. Hex color #00992F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00992F is #FF66D0. Grayscale: #5F5F5F. Windows color (decimal): -16738001 or 3119360. OLE color: 3119360.

HSL color Cylindrical-coordinate representation of color #00992F: hue angle of 138.43º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00992F is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB015347-
CMYK100.690.4
HSL138.43º100%30%-
HSV(B)138.43º100%60%-
XYZ11.922.996.5-
YUV95.17100.8160.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 153 (60.16% from 255) = 76.5%
BLUE value IS 47 (18.75% from 255) = 23.5%
R=0%
G=76.5%
B=23.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal015347100.690.4138.4310030
Hex0992F64045288a641e
Octal02315714401055021214436
Binary01001100110111111001000100010110100010001010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00992F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00992F; }

 p { color: rgb(0,153,47); }

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

<style>
 a { background-color: #00992F; }

 a { background-color: rgb(0,153,47); }

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

<style>
 span { border-color: #00992F; }

 span { border-color: rgb(0,153,47); }

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