Html Css Color HEX #019B52 Pigment Green

📋 copy color: '#019B52'

red 1 ◦ green 155 ◦ blue 82

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

Shades of Pigment Green #019B52

Tints of Pigment Green #019B52

RGB

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

 GREEN value IS 155 (60.94% from 255) = 65.13%

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

R = 0.42%
G = 65.13%
B = 34.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#019B52 (or 0x019B52) is known color: Pigment Green. HEX triplet: 01, 9B and 52. RGB value is (1,155,82). Sum of RGB (Red+Green+Blue) = 1+155+82=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 155 (60.94% from 255 or 65.13% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 155 - color contains mainly: green. Hex color #019B52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019B52 is #FE64AD. Grayscale: #646464. Windows color (decimal): -16671918 or 5413633. OLE color: 5413633.

HSL color Cylindrical-coordinate representation of color #019B52: hue angle of 151.56º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019B52 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 155 82 -
CMYK 0.99 0 0.47 0.39
HSL 151.56º 0.99% 0.31% -
HSV(B) 151.56º 0.99% 0.61% -
XYZ 13.26 24.06 11.93 -
YUV 100.63 117.48 56.94 -
System Red Green Blue C M Y K H S L
Decimal 1 155 82 0.99 0 0.47 0.39 151.56 0.99 0.31
Hex 1 9B 52 63 0 2F 27 98 63 1F
Octal 1 233 122 143 0 57 47 230 143 37
Binary 1 10011011 1010010 1100011 0 101111 100111 10011000 1100011 11111

Color Harmonies of #019B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019B52

Black with #019B52

Text Example


Text Example

White with #019B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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