#00933A

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

Shades of Pigment Green #00933A

Tints of Pigment Green #00933A

Color information

#00933A (or 0x00933A) is unknown color: approx Pigment Green. HEX triplet: 00, 93 and 3A. RGB value is (0,147,58). Sum of RGB (Red+Green+Blue) = 0+147+58=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 147 (57.81% from 255 or 71.71% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 147 - color contains mainly: green. Hex color #00933A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00933A is #FF6CC5. Grayscale: #5D5D5D. Windows color (decimal): -16739526 or 3838720. OLE color: 3838720.

HSL color Cylindrical-coordinate representation of color #00933A: hue angle of 143.67º 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 #00933A is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB014758-
CMYK100.610.42
HSL143.67º100%28.82%-
HSV(B)143.67º100%57.65%-
XYZ11.221.177.5-
YUV92.9108.361.74-

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) = 71.71%
BLUE value IS 58 (23.05% from 255) = 28.29%
R=0%
G=71.71%
B=28.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014758100.610.42143.6710028.82
Hex0933A6403D2A90641d
Octal0223721440755222014435
Binary0100100111110101100100011110110101010010000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00933A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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