#018B48

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

Shades of Pigment Green #018B48

Tints of Pigment Green #018B48

Color information

#018B48 (or 0x018B48) is unknown color: approx Pigment Green. HEX triplet: 01, 8B and 48. RGB value is (1,139,72). Sum of RGB (Red+Green+Blue) = 1+139+72=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 139 (54.69% from 255 or 65.57% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 139 - color contains mainly: green. Hex color #018B48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018B48 is #FE74B7. Grayscale: #5A5A5A. Windows color (decimal): -16676024 or 4754177. OLE color: 4754177.

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

Color convert

RGB113972-
CMYK0.9900.480.45
HSL150.87º98.57%27.45%-
HSV(B)150.87º99.28%54.51%-
XYZ10.4118.949.24-
YUV90.1117.7864.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 139 (54.69% from 255) = 65.57%
BLUE value IS 72 (28.52% from 255) = 33.96%
R=0.47%
G=65.57%
B=33.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1139720.9900.480.45150.8798.5727.45
Hex18B48630302D97631b
Octal12131101430605522714333
Binary11000101110010001100011011000010110110010111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,139,72); }

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

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

 a { background-color: rgb(1,139,72); }

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

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

 span { border-color: rgb(1,139,72); }

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