#0c934b

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

Shades of Pigment Green #0C934B

Tints of Pigment Green #0C934B

Color information

#0C934B (or 0x0C934B) is unknown color: approx Pigment Green. HEX triplet: 0C, 93 and 4B. RGB value is (12,147,75). Sum of RGB (Red+Green+Blue) = 12+147+75=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 147 (57.81% from 255 or 62.82% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 147 - color contains mainly: green. Hex color #0C934B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C934B is #F36CB4. Grayscale: #626262. Windows color (decimal): -15953077 or 4952844. OLE color: 4952844.

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

Color convert

RGB1214775-
CMYK0.9200.490.42
HSL148º84.91%31.18%-
HSV(B)148º91.84%57.65%-
XYZ11.8621.4510.17-
YUV98.43114.7766.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.13%
GREEN value IS 147 (57.81% from 255) = 62.82%
BLUE value IS 75 (29.69% from 255) = 32.05%
R=5.13%
G=62.82%
B=32.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12147750.9200.490.4214884.9131.18
HexC934B5C0312A94551f
Octal142231131340615222412537
Binary11001001001110010111011100011000110101010010100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c934b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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