Html Css Color HEX #019B4B Pigment Green

📋 copy color: '#019B4B'

red 1 ◦ green 155 ◦ blue 75

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

Shades of Pigment Green #019B4B

Tints of Pigment Green #019B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 32.47%

R = 0.43%
G = 67.1%
B = 32.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#019B4B (or 0x019B4B) is known color: Pigment Green. HEX triplet: 01, 9B and 4B. RGB value is (1,155,75). Sum of RGB (Red+Green+Blue) = 1+155+75=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 155 (60.94% from 255 or 67.10% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 155 - color contains mainly: green. Hex color #019B4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019B4B is #FE64B4. Grayscale: #636363. Windows color (decimal): -16671925 or 4954881. OLE color: 4954881.

HSL color Cylindrical-coordinate representation of color #019B4B: hue angle of 148.83º 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 #019B4B is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 155 75 -
CMYK 0.99 0 0.52 0.39
HSL 148.83º 0.99% 0.31% -
HSV(B) 148.83º 0.99% 0.61% -
XYZ 13 23.96 10.6 -
YUV 99.83 113.98 57.5 -
System Red Green Blue C M Y K H S L
Decimal 1 155 75 0.99 0 0.52 0.39 148.83 0.99 0.31
Hex 1 9B 4B 63 0 34 27 95 63 1F
Octal 1 233 113 143 0 64 47 225 143 37
Binary 1 10011011 1001011 1100011 0 110100 100111 10010101 1100011 11111

Color Harmonies of #019B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019B4B

Black with #019B4B

Text Example


Text Example

White with #019B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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