#0C933D

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

Shades of Pigment Green #0C933D

Tints of Pigment Green #0C933D

Color information

#0C933D (or 0x0C933D) is unknown color: approx Pigment Green. HEX triplet: 0C, 93 and 3D. RGB value is (12,147,61). Sum of RGB (Red+Green+Blue) = 12+147+61=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 147 (57.81% from 255 or 66.82% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 147 - color contains mainly: green. Hex color #0C933D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C933D is #F36CC2. Grayscale: #616161. Windows color (decimal): -15953091 or 4035340. OLE color: 4035340.

HSL color Cylindrical-coordinate representation of color #0C933D: hue angle of 141.78º 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 #0C933D is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1214761-
CMYK0.9200.590.42
HSL141.78º84.91%31.18%-
HSV(B)141.78º91.84%57.65%-
XYZ11.4321.287.92-
YUV96.83107.7767.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.45%
GREEN value IS 147 (57.81% from 255) = 66.82%
BLUE value IS 61 (24.22% from 255) = 27.73%
R=5.45%
G=66.82%
B=27.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12147610.9200.590.42141.7884.9131.18
HexC933D5C03B2A8e551f
Octal14223751340735221612537
Binary1100100100111111011011100011101110101010001110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C933D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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