#10933C

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

Shades of Pigment Green #10933C

Tints of Pigment Green #10933C

Color information

#10933C (or 0x10933C) is unknown color: approx Pigment Green. HEX triplet: 10, 93 and 3C. RGB value is (16,147,60). Sum of RGB (Red+Green+Blue) = 16+147+60=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 147 (57.81% from 255 or 65.92% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 147 - color contains mainly: green. Hex color #10933C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10933C is #EF6CC3. Grayscale: #626262. Windows color (decimal): -15690948 or 3969808. OLE color: 3969808.

HSL color Cylindrical-coordinate representation of color #10933C: hue angle of 140.15º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10933C is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1614760-
CMYK0.8900.590.42
HSL140.15º80.37%31.96%-
HSV(B)140.15º89.12%57.65%-
XYZ11.4621.37.78-
YUV97.91106.669.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.17%
GREEN value IS 147 (57.81% from 255) = 65.92%
BLUE value IS 60 (23.83% from 255) = 26.91%
R=7.17%
G=65.92%
B=26.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16147600.8900.590.42140.1580.3731.96
Hex10933C5903B2A8c5020
Octal20223741310735221412040
Binary100001001001111110010110010111011101010100011001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10933C; }

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

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

<style>
 a { background-color: #10933C; }

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

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

<style>
 span { border-color: #10933C; }

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

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