#00912D

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

Shades of Pigment Green #00912D

Tints of Pigment Green #00912D

Color information

#00912D (or 0x00912D) is unknown color: approx Pigment Green. HEX triplet: 00, 91 and 2D. RGB value is (0,145,45). Sum of RGB (Red+Green+Blue) = 0+145+45=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 145 (57.03% from 255 or 76.32% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 145 - color contains mainly: green. Hex color #00912D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00912D is #FF6ED2. Grayscale: #5A5A5A. Windows color (decimal): -16740051 or 2986240. OLE color: 2986240.

HSL color Cylindrical-coordinate representation of color #00912D: hue angle of 138.62º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00912D is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB014545-
CMYK100.690.43
HSL138.62º100%28.43%-
HSV(B)138.62º100%56.86%-
XYZ10.620.445.87-
YUV90.24102.4663.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 145 (57.03% from 255) = 76.32%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=0%
G=76.32%
B=23.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal014545100.690.43138.6210028.43
Hex0912D640452B8b641c
Octal02215514401055321314434
Binary01001000110110111001000100010110101110001011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00912D; }

 p { color: rgb(0,145,45); }

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

<style>
 a { background-color: #00912D; }

 a { background-color: rgb(0,145,45); }

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

<style>
 span { border-color: #00912D; }

 span { border-color: rgb(0,145,45); }

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