Html Css Color HEX #019852 Pigment Green

📋 copy color: '#019852'

red 1 ◦ green 152 ◦ blue 82

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

Shades of Pigment Green #019852

Tints of Pigment Green #019852

RGB

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

 GREEN value IS 152 (59.77% from 255) = 64.68%

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

R = 0.43%
G = 64.68%
B = 34.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#019852 (or 0x019852) is known color: Pigment Green. HEX triplet: 01, 98 and 52. RGB value is (1,152,82). Sum of RGB (Red+Green+Blue) = 1+152+82=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 152 (59.77% from 255 or 64.68% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 152 - color contains mainly: green. Hex color #019852 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019852 is #FE67AD. Grayscale: #626262. Windows color (decimal): -16672686 or 5412865. OLE color: 5412865.

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

Color convert

RGB 1 152 82 -
CMYK 0.99 0 0.46 0.40
HSL 152.19º 0.99% 0.3% -
HSV(B) 152.19º 0.99% 0.6% -
XYZ 12.76 23.07 11.76 -
YUV 98.87 118.47 58.19 -
System Red Green Blue C M Y K H S L
Decimal 1 152 82 0.99 0 0.46 0.40 152.19 0.99 0.3
Hex 1 98 52 63 0 2E 28 98 63 1E
Octal 1 230 122 143 0 56 50 230 143 36
Binary 1 10011000 1010010 1100011 0 101110 101000 10011000 1100011 11110

Color Harmonies of #019852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019852

Black with #019852

Text Example


Text Example

White with #019852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019852; }

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

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

background-color css

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

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

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

border-color css

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

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

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