#0D9747

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

Shades of Pigment Green #0D9747

Tints of Pigment Green #0D9747

Color information

#0D9747 (or 0x0D9747) is unknown color: approx Pigment Green. HEX triplet: 0D, 97 and 47. RGB value is (13,151,71). Sum of RGB (Red+Green+Blue) = 13+151+71=235 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.53% from 235); Green value is 151 (59.38% from 255 or 64.26% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 151 - color contains mainly: green. Hex color #0D9747 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9747 is #F268B8. Grayscale: #646464. Windows color (decimal): -15886521 or 4691725. OLE color: 4691725.

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

Color convert

RGB1315171-
CMYK0.9100.530.41
HSL145.22º84.15%32.16%-
HSV(B)145.22º91.39%59.22%-
XYZ12.3722.679.69-
YUV100.62111.2865.5-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.53%
GREEN value IS 151 (59.38% from 255) = 64.26%
BLUE value IS 71 (28.12% from 255) = 30.21%
R=5.53%
G=64.26%
B=30.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13151710.9100.530.41145.2284.1532.16
HexD97475B03529915420
Octal152271071330655122112440
Binary110110010111100011110110110110101101001100100011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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