Html Css Color HEX #01964B Pigment Green

📋 copy color: '#01964B'

red 1 ◦ green 150 ◦ blue 75

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

Shades of Pigment Green #01964B

Tints of Pigment Green #01964B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.19%

R = 0.44%
G = 66.37%
B = 33.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#01964B (or 0x01964B) is known color: Pigment Green. HEX triplet: 01, 96 and 4B. RGB value is (1,150,75). Sum of RGB (Red+Green+Blue) = 1+150+75=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 150 (58.98% from 255 or 66.37% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 150 - color contains mainly: green. Hex color #01964B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01964B is #FE69B4. Grayscale: #616161. Windows color (decimal): -16673205 or 4953601. OLE color: 4953601.

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

Color convert

RGB 1 150 75 -
CMYK 0.99 0 0.5 0.41
HSL 149.8º 0.99% 0.3% -
HSV(B) 149.8º 0.99% 0.59% -
XYZ 12.19 22.33 10.32 -
YUV 96.9 115.64 59.6 -
System Red Green Blue C M Y K H S L
Decimal 1 150 75 0.99 0 0.5 0.41 149.8 0.99 0.3
Hex 1 96 4B 63 0 32 29 96 63 1E
Octal 1 226 113 143 0 62 51 226 143 36
Binary 1 10010110 1001011 1100011 0 110010 101001 10010110 1100011 11110

Color Harmonies of #01964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01964B

Black with #01964B

Text Example


Text Example

White with #01964B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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