Html Css Color HEX #01963C Pigment Green

📋 copy color: '#01963C'

red 1 ◦ green 150 ◦ blue 60

#01963C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #01963C

Tints of Pigment Green #01963C

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 value IS 0.99

 M value IS 0

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#01963C (or 0x01963C) is known color: 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

RGB 1 150 60 -
CMYK 0.99 0 0.6 0.41
HSL 143.76º 0.99% 0.3% -
HSV(B) 143.76º 0.99% 0.59% -
XYZ 11.73 22.15 7.93 -
YUV 95.19 108.14 60.82 -
System Red Green Blue C M Y K H S L
Decimal 1 150 60 0.99 0 0.6 0.41 143.76 0.99 0.3
Hex 1 96 3C 63 0 3C 29 90 63 1E
Octal 1 226 74 143 0 74 51 220 143 36
Binary 1 10010110 111100 1100011 0 111100 101001 10010000 1100011 11110

Color Harmonies of #01963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01963C

Black with #01963C

Text Example


Text Example

White with #01963C

Text Example


Text Example

HTML Codes & Css Web 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>