Html Css Color HEX #019542 Pigment Green

📋 copy color: '#019542'

red 1 ◦ green 149 ◦ blue 66

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

Shades of Pigment Green #019542

Tints of Pigment Green #019542

RGB

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

 GREEN value IS 149 (58.59% from 255) = 68.98%

 BLUE value IS 66 (26.17% from 255) = 30.56%

R = 0.46%
G = 68.98%
B = 30.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#019542 (or 0x019542) is known color: Pigment Green. HEX triplet: 01, 95 and 42. RGB value is (1,149,66). Sum of RGB (Red+Green+Blue) = 1+149+66=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 149 (58.59% from 255 or 68.98% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 149 - color contains mainly: green. Hex color #019542 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019542 is #FE6ABD. Grayscale: #5F5F5F. Windows color (decimal): -16673470 or 4363521. OLE color: 4363521.

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

Color convert

RGB 1 149 66 -
CMYK 0.99 0 0.56 0.42
HSL 146.35º 0.99% 0.29% -
HSV(B) 146.35º 0.99% 0.58% -
XYZ 11.74 21.89 8.76 -
YUV 95.29 111.47 60.75 -
System Red Green Blue C M Y K H S L
Decimal 1 149 66 0.99 0 0.56 0.42 146.35 0.99 0.29
Hex 1 95 42 63 0 38 2A 92 63 1D
Octal 1 225 102 143 0 70 52 222 143 35
Binary 1 10010101 1000010 1100011 0 111000 101010 10010010 1100011 11101

Color Harmonies of #019542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019542

Black with #019542

Text Example


Text Example

White with #019542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019542; }

 p { color: rgb(1,149,66); }

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

background-color css

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

 a { background-color: rgb(1,149,66); }

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

border-color css

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

 span { border-color: rgb(1,149,66); }

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