#01301E

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

Shades of Dark Green #01301E

Tints of Dark Green #01301E

Color information

#01301E (or 0x01301E) is unknown color: approx Dark Green. HEX triplet: 01, 30 and 1E. RGB value is (1,48,30). Sum of RGB (Red+Green+Blue) = 1+48+30=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #01301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01301E is #FECFE1. Grayscale: #1F1F1F. Windows color (decimal): -16699362 or 1978369. OLE color: 1978369.

HSL color Cylindrical-coordinate representation of color #01301E: hue angle of 157.02º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01301E is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB14830-
CMYK0.9800.370.81
HSL157.02º95.92%9.61%-
HSV(B)157.02º97.92%18.82%-
XYZ1.32.211.59-
YUV31.89126.93105.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.27%
GREEN value IS 48 (19.14% from 255) = 60.76%
BLUE value IS 30 (12.11% from 255) = 37.97%
R=1.27%
G=60.76%
B=37.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal148300.9800.370.81157.0295.929.61
Hex1301E62025519d60a
Octal1603614204512123514012
Binary1110000111101100010010010110100011001110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,48,30); }

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

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

 a { background-color: rgb(1,48,30); }

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

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

 span { border-color: rgb(1,48,30); }

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