Html Css Color HEX #019952 Pigment Green

📋 copy color: '#019952'

red 1 ◦ green 153 ◦ blue 82

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

Shades of Pigment Green #019952

Tints of Pigment Green #019952

RGB

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

 GREEN value IS 153 (60.16% from 255) = 64.83%

 BLUE value IS 82 (32.42% from 255) = 34.75%

R = 0.42%
G = 64.83%
B = 34.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#019952 (or 0x019952) is known color: Pigment Green. HEX triplet: 01, 99 and 52. RGB value is (1,153,82). Sum of RGB (Red+Green+Blue) = 1+153+82=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 153 (60.16% from 255 or 64.83% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 153 - color contains mainly: green. Hex color #019952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019952 is #FE66AD. Grayscale: #636363. Windows color (decimal): -16672430 or 5413121. OLE color: 5413121.

HSL color Cylindrical-coordinate representation of color #019952: hue angle of 151.97º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019952 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 153 82 -
CMYK 0.99 0 0.46 0.4
HSL 151.97º 0.99% 0.3% -
HSV(B) 151.97º 0.99% 0.6% -
XYZ 12.93 23.4 11.82 -
YUV 99.46 118.14 57.77 -
System Red Green Blue C M Y K H S L
Decimal 1 153 82 0.99 0 0.46 0.4 151.97 0.99 0.3
Hex 1 99 52 63 0 2E 28 98 63 1E
Octal 1 231 122 143 0 56 50 230 143 36
Binary 1 10011001 1010010 1100011 0 101110 101000 10011000 1100011 11110

Color Harmonies of #019952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019952

Black with #019952

Text Example


Text Example

White with #019952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019952; }

 p { color: rgb(1,153,82); }

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

background-color css

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

 a { background-color: rgb(1,153,82); }

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

border-color css

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

 span { border-color: rgb(1,153,82); }

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