Html Css Color HEX #019030 Pigment Green

📋 copy color: '#019030'

red 1 ◦ green 144 ◦ blue 48

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

Shades of Pigment Green #019030

Tints of Pigment Green #019030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 74.61%

 BLUE value IS 48 (19.14% from 255) = 24.87%

R = 0.52%
G = 74.61%
B = 24.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#019030 (or 0x019030) is known color: Pigment Green. HEX triplet: 01, 90 and 30. RGB value is (1,144,48). Sum of RGB (Red+Green+Blue) = 1+144+48=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 144 (56.64% from 255 or 74.61% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 144 - color contains mainly: green. Hex color #019030 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019030 is #FE6FCF. Grayscale: #5A5A5A. Windows color (decimal): -16674768 or 3182593. OLE color: 3182593.

HSL color Cylindrical-coordinate representation of color #019030: hue angle of 139.72º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019030 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 144 48 -
CMYK 0.99 0 0.67 0.44
HSL 139.72º 0.99% 0.28% -
HSV(B) 139.72º 0.99% 0.56% -
XYZ 10.52 20.17 6.13 -
YUV 90.3 104.12 64.31 -
System Red Green Blue C M Y K H S L
Decimal 1 144 48 0.99 0 0.67 0.44 139.72 0.99 0.28
Hex 1 90 30 63 0 43 2C 8C 63 1C
Octal 1 220 60 143 0 103 54 214 143 34
Binary 1 10010000 110000 1100011 0 1000011 101100 10001100 1100011 11100

Color Harmonies of #019030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019030

Black with #019030

Text Example


Text Example

White with #019030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019030; }

 p { color: rgb(1,144,48); }

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

background-color css

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

 a { background-color: rgb(1,144,48); }

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

border-color css

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

 span { border-color: rgb(1,144,48); }

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