#0D9748

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

Shades of Pigment Green #0D9748

Tints of Pigment Green #0D9748

Color information

#0D9748 (or 0x0D9748) is unknown color: approx Pigment Green. HEX triplet: 0D, 97 and 48. RGB value is (13,151,72). Sum of RGB (Red+Green+Blue) = 13+151+72=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 151 (59.38% from 255 or 63.98% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 151 - color contains mainly: green. Hex color #0D9748 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9748 is #F268B7. Grayscale: #646464. Windows color (decimal): -15886520 or 4757261. OLE color: 4757261.

HSL color Cylindrical-coordinate representation of color #0D9748: hue angle of 145.65º 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 #0D9748 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1315172-
CMYK0.9100.520.41
HSL145.65º84.15%32.16%-
HSV(B)145.65º91.39%59.22%-
XYZ12.422.699.86-
YUV100.73111.7865.42-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.51%
GREEN value IS 151 (59.38% from 255) = 63.98%
BLUE value IS 72 (28.52% from 255) = 30.51%
R=5.51%
G=63.98%
B=30.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13151720.9100.520.41145.6584.1532.16
HexD97485B03429925420
Octal152271101330645122212440
Binary110110010111100100010110110110100101001100100101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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