#0D9C47

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

Shades of Pigment Green #0D9C47

Tints of Pigment Green #0D9C47

Color information

#0D9C47 (or 0x0D9C47) is unknown color: approx Pigment Green. HEX triplet: 0D, 9C and 47. RGB value is (13,156,71). Sum of RGB (Red+Green+Blue) = 13+156+71=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 156 (61.33% from 255 or 65% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 156 - color contains mainly: green. Hex color #0D9C47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9C47 is #F263B8. Grayscale: #676767. Windows color (decimal): -15885241 or 4693005. OLE color: 4693005.

HSL color Cylindrical-coordinate representation of color #0D9C47: hue angle of 144.34º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9C47 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB1315671-
CMYK0.9200.540.39
HSL144.34º84.62%33.14%-
HSV(B)144.34º91.67%61.18%-
XYZ13.1924.329.96-
YUV103.55109.6263.41-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.42%
GREEN value IS 156 (61.33% from 255) = 65%
BLUE value IS 71 (28.12% from 255) = 29.58%
R=5.42%
G=65%
B=29.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13156710.9200.540.39144.3484.6233.14
HexD9C475C03627905521
Octal152341071340664722012541
Binary110110011100100011110111000110110100111100100001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,156,71); }

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

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

 a { background-color: rgb(13,156,71); }

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

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

 span { border-color: rgb(13,156,71); }

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