#00933F

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

Shades of Pigment Green #00933F

Tints of Pigment Green #00933F

Color information

#00933F (or 0x00933F) is unknown color: approx Pigment Green. HEX triplet: 00, 93 and 3F. RGB value is (0,147,63). Sum of RGB (Red+Green+Blue) = 0+147+63=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 147 (57.81% from 255 or 70% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 147 - color contains mainly: green. Hex color #00933F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00933F is #FF6CC0. Grayscale: #5D5D5D. Windows color (decimal): -16739521 or 4166400. OLE color: 4166400.

HSL color Cylindrical-coordinate representation of color #00933F: hue angle of 145.71º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00933F is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB014763-
CMYK100.570.42
HSL145.71º100%28.82%-
HSV(B)145.71º100%57.65%-
XYZ11.3321.238.2-
YUV93.47110.861.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 147 (57.81% from 255) = 70%
BLUE value IS 63 (25% from 255) = 30%
R=0%
G=70%
B=30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014763100.570.42145.7110028.82
Hex0933F640392A92641d
Octal0223771440715222214435
Binary0100100111111111100100011100110101010010010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00933F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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