#0C933E

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

Shades of Pigment Green #0C933E

Tints of Pigment Green #0C933E

Color information

#0C933E (or 0x0C933E) is unknown color: approx Pigment Green. HEX triplet: 0C, 93 and 3E. RGB value is (12,147,62). Sum of RGB (Red+Green+Blue) = 12+147+62=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 147 (57.81% from 255 or 66.52% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 147 - color contains mainly: green. Hex color #0C933E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C933E is #F36CC1. Grayscale: #616161. Windows color (decimal): -15953090 or 4100876. OLE color: 4100876.

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

Color convert

RGB1214762-
CMYK0.9200.580.42
HSL142.22º84.91%31.18%-
HSV(B)142.22º91.84%57.65%-
XYZ11.4521.298.06-
YUV96.94108.2767.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.43%
GREEN value IS 147 (57.81% from 255) = 66.52%
BLUE value IS 62 (24.61% from 255) = 28.05%
R=5.43%
G=66.52%
B=28.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12147620.9200.580.42142.2284.9131.18
HexC933E5C03A2A8e551f
Octal14223761340725221612537
Binary1100100100111111101011100011101010101010001110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C933E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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