#10933B

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

Shades of Pigment Green #10933B

Tints of Pigment Green #10933B

Color information

#10933B (or 0x10933B) is unknown color: approx Pigment Green. HEX triplet: 10, 93 and 3B. RGB value is (16,147,59). Sum of RGB (Red+Green+Blue) = 16+147+59=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 147 (57.81% from 255 or 66.22% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 147 - color contains mainly: green. Hex color #10933B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10933B is #EF6CC4. Grayscale: #626262. Windows color (decimal): -15690949 or 3904272. OLE color: 3904272.

HSL color Cylindrical-coordinate representation of color #10933B: hue angle of 139.69º 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 #10933B is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1614759-
CMYK0.8900.600.42
HSL139.69º80.37%31.96%-
HSV(B)139.69º89.12%57.65%-
XYZ11.4421.297.64-
YUV97.8106.169.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.21%
GREEN value IS 147 (57.81% from 255) = 66.22%
BLUE value IS 59 (23.44% from 255) = 26.58%
R=7.21%
G=66.22%
B=26.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16147590.8900.600.42139.6980.3731.96
Hex10933B5903C2A8c5020
Octal20223731310745221412040
Binary100001001001111101110110010111100101010100011001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10933B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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