#018D3D

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

Shades of Pigment Green #018D3D

Tints of Pigment Green #018D3D

Color information

#018D3D (or 0x018D3D) is unknown color: approx Pigment Green. HEX triplet: 01, 8D and 3D. RGB value is (1,141,61). Sum of RGB (Red+Green+Blue) = 1+141+61=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 141 (55.47% from 255 or 69.46% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 141 - color contains mainly: green. Hex color #018D3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018D3D is #FE72C2. Grayscale: #5A5A5A. Windows color (decimal): -16675523 or 4033793. OLE color: 4033793.

HSL color Cylindrical-coordinate representation of color #018D3D: hue angle of 145.71º 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 #018D3D is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB114161-
CMYK0.9900.570.45
HSL145.71º98.59%27.84%-
HSV(B)145.71º99.29%55.29%-
XYZ10.3819.397.61-
YUV90.02111.6264.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 141 (55.47% from 255) = 69.46%
BLUE value IS 61 (24.22% from 255) = 30.05%
R=0.49%
G=69.46%
B=30.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141610.9900.570.45145.7198.5927.84
Hex18D3D630392D92631c
Octal1215751430715522214334
Binary1100011011111011100011011100110110110010010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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