Html Css Color HEX #01964C Pigment Green

📋 copy color: '#01964C'

red 1 ◦ green 150 ◦ blue 76

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

Shades of Pigment Green #01964C

Tints of Pigment Green #01964C

RGB

 RED value IS 1 (0.78% from 255) = 0.44%

 GREEN value IS 150 (58.98% from 255) = 66.08%

 BLUE value IS 76 (30.08% from 255) = 33.48%

R = 0.44%
G = 66.08%
B = 33.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#01964C (or 0x01964C) is known color: Pigment Green. HEX triplet: 01, 96 and 4C. RGB value is (1,150,76). Sum of RGB (Red+Green+Blue) = 1+150+76=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 150 (58.98% from 255 or 66.08% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 150 - color contains mainly: green. Hex color #01964C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01964C is #FE69B3. Grayscale: #616161. Windows color (decimal): -16673204 or 5019137. OLE color: 5019137.

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

Color convert

RGB 1 150 76 -
CMYK 0.99 0 0.49 0.41
HSL 150.2º 0.99% 0.3% -
HSV(B) 150.2º 0.99% 0.59% -
XYZ 12.22 22.34 10.51 -
YUV 97.01 116.14 59.52 -
System Red Green Blue C M Y K H S L
Decimal 1 150 76 0.99 0 0.49 0.41 150.2 0.99 0.3
Hex 1 96 4C 63 0 31 29 96 63 1E
Octal 1 226 114 143 0 61 51 226 143 36
Binary 1 10010110 1001100 1100011 0 110001 101001 10010110 1100011 11110

Color Harmonies of #01964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01964C

Black with #01964C

Text Example


Text Example

White with #01964C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01964C;
 }
 .AnyTagClassName
 {
   color: #01964C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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