#01962C

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

Shades of Pigment Green #01962C

Tints of Pigment Green #01962C

Color information

#01962C (or 0x01962C) is unknown color: approx Pigment Green. HEX triplet: 01, 96 and 2C. RGB value is (1,150,44). Sum of RGB (Red+Green+Blue) = 1+150+44=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 150 (58.98% from 255 or 76.92% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 150 - color contains mainly: green. Hex color #01962C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01962C is #FE69D3. Grayscale: #5D5D5D. Windows color (decimal): -16673236 or 2921985. OLE color: 2921985.

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

Color convert

RGB115044-
CMYK0.9900.710.41
HSL137.32º98.68%29.61%-
HSV(B)137.32º99.33%58.82%-
XYZ11.37226.03-
YUV93.36100.1462.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 150 (58.98% from 255) = 76.92%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=0.51%
G=76.92%
B=22.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1150440.9900.710.41137.3298.6829.61
Hex1962C630472989631e
Octal12265414301075121114336
Binary11001011010110011000110100011110100110001001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01962C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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