#018D4B

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

Shades of Pigment Green #018D4B

Tints of Pigment Green #018D4B

Color information

#018D4B (or 0x018D4B) is unknown color: approx Pigment Green. HEX triplet: 01, 8D and 4B. RGB value is (1,141,75). Sum of RGB (Red+Green+Blue) = 1+141+75=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 141 (55.47% from 255 or 64.98% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 141 - color contains mainly: green. Hex color #018D4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018D4B is #FE72B4. Grayscale: #5B5B5B. Windows color (decimal): -16675509 or 4951297. OLE color: 4951297.

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

Color convert

RGB114175-
CMYK0.9900.470.45
HSL151.71º98.59%27.84%-
HSV(B)151.71º99.29%55.29%-
XYZ10.8119.569.86-
YUV91.62118.6263.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 141 (55.47% from 255) = 64.98%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=0.46%
G=64.98%
B=34.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141750.9900.470.45151.7198.5927.84
Hex18D4B6302F2D98631c
Octal12151131430575523014334
Binary11000110110010111100011010111110110110011000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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