#01963F

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

Shades of Pigment Green #01963F

Tints of Pigment Green #01963F

Color information

#01963F (or 0x01963F) is unknown color: approx Pigment Green. HEX triplet: 01, 96 and 3F. RGB value is (1,150,63). Sum of RGB (Red+Green+Blue) = 1+150+63=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 150 (58.98% from 255 or 70.09% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 150 - color contains mainly: green. Hex color #01963F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01963F is #FE69C0. Grayscale: #5F5F5F. Windows color (decimal): -16673217 or 4167169. OLE color: 4167169.

HSL color Cylindrical-coordinate representation of color #01963F: hue angle of 144.97º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01963F is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB115063-
CMYK0.9900.580.41
HSL144.97º98.68%29.61%-
HSV(B)144.97º99.33%58.82%-
XYZ11.8222.188.36-
YUV95.53109.6460.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 150 (58.98% from 255) = 70.09%
BLUE value IS 63 (25% from 255) = 29.44%
R=0.47%
G=70.09%
B=29.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1150630.9900.580.41144.9798.6829.61
Hex1963F6303A2991631e
Octal1226771430725122114336
Binary1100101101111111100011011101010100110010001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01963F; }

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

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

<style>
 a { background-color: #01963F; }

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

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

<style>
 span { border-color: #01963F; }

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

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