#01993E

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

Shades of Pigment Green #01993E

Tints of Pigment Green #01993E

Color information

#01993E (or 0x01993E) is unknown color: approx Pigment Green. HEX triplet: 01, 99 and 3E. RGB value is (1,153,62). Sum of RGB (Red+Green+Blue) = 1+153+62=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 153 (60.16% from 255 or 70.83% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 153 - color contains mainly: green. Hex color #01993E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01993E is #FE66C1. Grayscale: #616161. Windows color (decimal): -16672450 or 4102401. OLE color: 4102401.

HSL color Cylindrical-coordinate representation of color #01993E: hue angle of 144.08º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01993E is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB115362-
CMYK0.9900.590.4
HSL144.08º98.7%30.2%-
HSV(B)144.08º99.35%60%-
XYZ12.2723.148.38-
YUV97.18108.1459.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 153 (60.16% from 255) = 70.83%
BLUE value IS 62 (24.61% from 255) = 28.70%
R=0.46%
G=70.83%
B=28.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1153620.9900.590.4144.0898.730.2
Hex1993E6303B2890631e
Octal1231761430735022014336
Binary1100110011111101100011011101110100010010000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01993E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01993E; }

 p { color: rgb(1,153,62); }

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

<style>
 a { background-color: #01993E; }

 a { background-color: rgb(1,153,62); }

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

<style>
 span { border-color: #01993E; }

 span { border-color: rgb(1,153,62); }

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