#018B3C

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

Shades of Pigment Green #018B3C

Tints of Pigment Green #018B3C

Color information

#018B3C (or 0x018B3C) is unknown color: approx Pigment Green. HEX triplet: 01, 8B and 3C. RGB value is (1,139,60). Sum of RGB (Red+Green+Blue) = 1+139+60=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 139 (54.69% from 255 or 69.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 139 - color contains mainly: green. Hex color #018B3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018B3C is #FE74C3. Grayscale: #585858. Windows color (decimal): -16676036 or 3967745. OLE color: 3967745.

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

Color convert

RGB113960-
CMYK0.9900.570.45
HSL145.65º98.57%27.45%-
HSV(B)145.65º99.28%54.51%-
XYZ10.0618.87.37-
YUV88.73111.7865.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.5%
GREEN value IS 139 (54.69% from 255) = 69.5%
BLUE value IS 60 (23.83% from 255) = 30%
R=0.5%
G=69.5%
B=30%

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
Decimal1139600.9900.570.45145.6598.5727.45
Hex18B3C630392D92631b
Octal1213741430715522214333
Binary1100010111111001100011011100110110110010010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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