#0D933C

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

Shades of Pigment Green #0D933C

Tints of Pigment Green #0D933C

Color information

#0D933C (or 0x0D933C) is unknown color: approx Pigment Green. HEX triplet: 0D, 93 and 3C. RGB value is (13,147,60). Sum of RGB (Red+Green+Blue) = 13+147+60=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 147 (57.81% from 255 or 66.82% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 147 - color contains mainly: green. Hex color #0D933C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D933C is #F26CC3. Grayscale: #616161. Windows color (decimal): -15887556 or 3969805. OLE color: 3969805.

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

Color convert

RGB1314760-
CMYK0.9100.590.42
HSL141.04º83.75%31.37%-
HSV(B)141.04º91.16%57.65%-
XYZ11.4221.287.78-
YUV97.02107.1168.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.91%
GREEN value IS 147 (57.81% from 255) = 66.82%
BLUE value IS 60 (23.83% from 255) = 27.27%
R=5.91%
G=66.82%
B=27.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13147600.9100.590.42141.0483.7531.37
HexD933C5B03B2A8d541f
Octal15223741330735221512437
Binary1101100100111111001011011011101110101010001101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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