#0B933C

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

Shades of Pigment Green #0B933C

Tints of Pigment Green #0B933C

Color information

#0B933C (or 0x0B933C) is unknown color: approx Pigment Green. HEX triplet: 0B, 93 and 3C. RGB value is (11,147,60). Sum of RGB (Red+Green+Blue) = 11+147+60=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 147 (57.81% from 255 or 67.43% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 147 - color contains mainly: green. Hex color #0B933C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B933C is #F46CC3. Grayscale: #606060. Windows color (decimal): -16018628 or 3969803. OLE color: 3969803.

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

Color convert

RGB1114760-
CMYK0.9300.590.42
HSL141.62º86.08%30.98%-
HSV(B)141.62º92.52%57.65%-
XYZ11.3921.267.78-
YUV96.42107.4467.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.05%
GREEN value IS 147 (57.81% from 255) = 67.43%
BLUE value IS 60 (23.83% from 255) = 27.52%
R=5.05%
G=67.43%
B=27.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11147600.9300.590.42141.6286.0830.98
HexB933C5D03B2A8e561f
Octal13223741350735221612637
Binary1011100100111111001011101011101110101010001110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,147,60); }

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

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

 a { background-color: rgb(11,147,60); }

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

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

 span { border-color: rgb(11,147,60); }

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