#00913B

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

Shades of Pigment Green #00913B

Tints of Pigment Green #00913B

Color information

#00913B (or 0x00913B) is unknown color: approx Pigment Green. HEX triplet: 00, 91 and 3B. RGB value is (0,145,59). Sum of RGB (Red+Green+Blue) = 0+145+59=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 145 (57.03% from 255 or 71.08% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 145 - color contains mainly: green. Hex color #00913B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00913B is #FF6EC4. Grayscale: #5C5C5C. Windows color (decimal): -16740037 or 3903744. OLE color: 3903744.

HSL color Cylindrical-coordinate representation of color #00913B: hue angle of 144.41º 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 #00913B is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB014559-
CMYK100.590.43
HSL144.41º100%28.43%-
HSV(B)144.41º100%56.86%-
XYZ10.9120.577.53-
YUV91.84109.4662.49-

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) = 71.08%
BLUE value IS 59 (23.44% from 255) = 28.92%
R=0%
G=71.08%
B=28.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal014559100.590.43144.4110028.43
Hex0913B6403B2B90641c
Octal0221731440735322014434
Binary0100100011110111100100011101110101110010000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00913B; }

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

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

<style>
 a { background-color: #00913B; }

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

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

<style>
 span { border-color: #00913B; }

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

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