#0D963F

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

Shades of Pigment Green #0D963F

Tints of Pigment Green #0D963F

Color information

#0D963F (or 0x0D963F) is unknown color: approx Pigment Green. HEX triplet: 0D, 96 and 3F. RGB value is (13,150,63). Sum of RGB (Red+Green+Blue) = 13+150+63=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 150 (58.98% from 255 or 66.37% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 150 - color contains mainly: green. Hex color #0D963F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D963F is #F269C0. Grayscale: #636363. Windows color (decimal): -15886785 or 4167181. OLE color: 4167181.

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

Color convert

RGB1315063-
CMYK0.9100.580.41
HSL141.9º84.05%31.96%-
HSV(B)141.9º91.33%58.82%-
XYZ11.9722.268.37-
YUV99.12107.6166.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.75%
GREEN value IS 150 (58.98% from 255) = 66.37%
BLUE value IS 63 (25% from 255) = 27.88%
R=5.75%
G=66.37%
B=27.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13150630.9100.580.41141.984.0531.96
HexD963F5B03A298e5420
Octal15226771330725121612440
Binary11011001011011111110110110111010101001100011101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,150,63); }

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

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

 a { background-color: rgb(13,150,63); }

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

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

 span { border-color: rgb(13,150,63); }

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