Html Css Color HEX #019351 Pigment Green

📋 copy color: '#019351'

red 1 ◦ green 147 ◦ blue 81

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

Shades of Pigment Green #019351

Tints of Pigment Green #019351

RGB

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

 GREEN value IS 147 (57.81% from 255) = 64.19%

 BLUE value IS 81 (32.03% from 255) = 35.37%

R = 0.44%
G = 64.19%
B = 35.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#019351 (or 0x019351) is known color: Pigment Green. HEX triplet: 01, 93 and 51. RGB value is (1,147,81). Sum of RGB (Red+Green+Blue) = 1+147+81=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 147 (57.81% from 255 or 64.19% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 147 - color contains mainly: green. Hex color #019351 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019351 is #FE6CAE. Grayscale: #5F5F5F. Windows color (decimal): -16673967 or 5346049. OLE color: 5346049.

HSL color Cylindrical-coordinate representation of color #019351: hue angle of 152.88º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019351 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 147 81 -
CMYK 0.99 0 0.45 0.42
HSL 152.88º 0.99% 0.29% -
HSV(B) 152.88º 0.99% 0.58% -
XYZ 11.93 21.47 11.3 -
YUV 95.82 119.63 60.37 -
System Red Green Blue C M Y K H S L
Decimal 1 147 81 0.99 0 0.45 0.42 152.88 0.99 0.29
Hex 1 93 51 63 0 2D 2A 99 63 1D
Octal 1 223 121 143 0 55 52 231 143 35
Binary 1 10010011 1010001 1100011 0 101101 101010 10011001 1100011 11101

Color Harmonies of #019351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019351

Black with #019351

Text Example


Text Example

White with #019351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019351; }

 p { color: rgb(1,147,81); }

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

background-color css

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

 a { background-color: rgb(1,147,81); }

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

border-color css

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

 span { border-color: rgb(1,147,81); }

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