#0C933A

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

Shades of Pigment Green #0C933A

Tints of Pigment Green #0C933A

Color information

#0C933A (or 0x0C933A) is unknown color: approx Pigment Green. HEX triplet: 0C, 93 and 3A. RGB value is (12,147,58). Sum of RGB (Red+Green+Blue) = 12+147+58=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 147 (57.81% from 255 or 67.74% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 147 - color contains mainly: green. Hex color #0C933A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C933A is #F36CC5. Grayscale: #606060. Windows color (decimal): -15953094 or 3838732. OLE color: 3838732.

HSL color Cylindrical-coordinate representation of color #0C933A: hue angle of 140.44º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C933A is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1214758-
CMYK0.9200.610.42
HSL140.44º84.91%31.18%-
HSV(B)140.44º91.84%57.65%-
XYZ11.3521.257.51-
YUV96.49106.2767.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.53%
GREEN value IS 147 (57.81% from 255) = 67.74%
BLUE value IS 58 (23.05% from 255) = 26.73%
R=5.53%
G=67.74%
B=26.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12147580.9200.610.42140.4484.9131.18
HexC933A5C03D2A8c551f
Octal14223721340755221412537
Binary1100100100111110101011100011110110101010001100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C933A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C933A; }

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

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

<style>
 a { background-color: #0C933A; }

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

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

<style>
 span { border-color: #0C933A; }

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

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