#019030

Color #019030 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #019030

Tints of Pigment Green #019030

Color information

#019030 (or 0x019030) is unknown color: approx 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

RGB114448-
CMYK0.9900.670.44
HSL139.72º98.62%28.43%-
HSV(B)139.72º99.31%56.47%-
XYZ10.5220.176.13-
YUV90.3104.1264.31-

RGB Variations

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

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 (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1144480.9900.670.44139.7298.6228.43
Hex19030630432C8c631c
Octal12206014301035421414334
Binary11001000011000011000110100001110110010001100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>