#018D30

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

Shades of Pigment Green #018D30

Tints of Pigment Green #018D30

Color information

#018D30 (or 0x018D30) is unknown color: approx Pigment Green. HEX triplet: 01, 8D and 30. RGB value is (1,141,48). Sum of RGB (Red+Green+Blue) = 1+141+48=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 141 (55.47% from 255 or 74.21% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 141 - color contains mainly: green. Hex color #018D30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018D30 is #FE72CF. Grayscale: #585858. Windows color (decimal): -16675536 or 3181825. OLE color: 3181825.

HSL color Cylindrical-coordinate representation of color #018D30: hue angle of 140.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018D30 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB114148-
CMYK0.9900.660.45
HSL140.14º98.59%27.84%-
HSV(B)140.14º99.29%55.29%-
XYZ10.0719.275.98-
YUV88.54105.1265.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 141 (55.47% from 255) = 74.21%
BLUE value IS 48 (19.14% from 255) = 25.26%
R=0.53%
G=74.21%
B=25.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141480.9900.660.45140.1498.5927.84
Hex18D30630422D8c631c
Octal12156014301025521414334
Binary11000110111000011000110100001010110110001100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018D30; }

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

 H1.HeaderClassName
 {
   color: #018D30;
 }
 .AnyTagClassName
 {
   color: #018D30;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #018D30;
 }
 .BgClassName
 {
   background-color: #018D30;
 }
</style>
border-color css

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

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

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