Html Css Color HEX #01964D Pigment Green

📋 copy color: '#01964D'

red 1 ◦ green 150 ◦ blue 77

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

Shades of Pigment Green #01964D

Tints of Pigment Green #01964D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.77%

R = 0.44%
G = 65.79%
B = 33.77%

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

#01964D (or 0x01964D) is known color: Pigment Green. HEX triplet: 01, 96 and 4D. RGB value is (1,150,77). Sum of RGB (Red+Green+Blue) = 1+150+77=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 150 (58.98% from 255 or 65.79% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 150 - color contains mainly: green. Hex color #01964D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01964D is #FE69B2. Grayscale: #616161. Windows color (decimal): -16673203 or 5084673. OLE color: 5084673.

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

Color convert

RGB 1 150 77 -
CMYK 0.99 0 0.49 0.41
HSL 150.6º 0.99% 0.3% -
HSV(B) 150.6º 0.99% 0.59% -
XYZ 12.26 22.35 10.69 -
YUV 97.13 116.64 59.44 -
System Red Green Blue C M Y K H S L
Decimal 1 150 77 0.99 0 0.49 0.41 150.6 0.99 0.3
Hex 1 96 4D 63 0 31 29 97 63 1E
Octal 1 226 115 143 0 61 51 227 143 36
Binary 1 10010110 1001101 1100011 0 110001 101001 10010111 1100011 11110

Color Harmonies of #01964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01964D

Black with #01964D

Text Example


Text Example

White with #01964D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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