Html Css Color HEX #019451 Pigment Green

📋 copy color: '#019451'

red 1 ◦ green 148 ◦ blue 81

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

Shades of Pigment Green #019451

Tints of Pigment Green #019451

RGB

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

 GREEN value IS 148 (58.2% from 255) = 64.35%

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

R = 0.43%
G = 64.35%
B = 35.22%

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

#019451 (or 0x019451) is known color: Pigment Green. HEX triplet: 01, 94 and 51. RGB value is (1,148,81). Sum of RGB (Red+Green+Blue) = 1+148+81=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 148 (58.20% from 255 or 64.35% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 148 - color contains mainly: green. Hex color #019451 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019451 is #FE6BAE. Grayscale: #606060. Windows color (decimal): -16673711 or 5346305. OLE color: 5346305.

HSL color Cylindrical-coordinate representation of color #019451: hue angle of 152.65º 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 #019451 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 148 81 -
CMYK 0.99 0 0.45 0.42
HSL 152.65º 0.99% 0.29% -
HSV(B) 152.65º 0.99% 0.58% -
XYZ 12.09 21.78 11.35 -
YUV 96.41 119.3 59.95 -
System Red Green Blue C M Y K H S L
Decimal 1 148 81 0.99 0 0.45 0.42 152.65 0.99 0.29
Hex 1 94 51 63 0 2D 2A 99 63 1D
Octal 1 224 121 143 0 55 52 231 143 35
Binary 1 10010100 1010001 1100011 0 101101 101010 10011001 1100011 11101

Color Harmonies of #019451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019451

Black with #019451

Text Example


Text Example

White with #019451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019451; }

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

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

background-color css

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

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

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

border-color css

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

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

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