#01963C

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

Shades of Pigment Green #01963C

Tints of Pigment Green #01963C

Color information

#01963C (or 0x01963C) is unknown color: approx Pigment Green. HEX triplet: 01, 96 and 3C. RGB value is (1,150,60). Sum of RGB (Red+Green+Blue) = 1+150+60=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 150 (58.98% from 255 or 71.09% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 150 - color contains mainly: green. Hex color #01963C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01963C is #FE69C3. Grayscale: #5F5F5F. Windows color (decimal): -16673220 or 3970561. OLE color: 3970561.

HSL color Cylindrical-coordinate representation of color #01963C: hue angle of 143.76º 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 #01963C is Cyan = 0.99, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB115060-
CMYK0.9900.60.41
HSL143.76º98.68%29.61%-
HSV(B)143.76º99.33%58.82%-
XYZ11.7322.157.93-
YUV95.19108.1460.82-

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) = 71.09%
BLUE value IS 60 (23.83% from 255) = 28.44%
R=0.47%
G=71.09%
B=28.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1150600.9900.60.41143.7698.6829.61
Hex1963C6303C2990631e
Octal1226741430745122014336
Binary1100101101111001100011011110010100110010000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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