#01301F

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

Shades of Dark Green #01301F

Tints of Dark Green #01301F

Color information

#01301F (or 0x01301F) is unknown color: approx Dark Green. HEX triplet: 01, 30 and 1F. RGB value is (1,48,31). Sum of RGB (Red+Green+Blue) = 1+48+31=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 48 (19.14% from 255 or 60% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 48 - color contains mainly: green. Hex color #01301F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01301F is #FECFE0. Grayscale: #202020. Windows color (decimal): -16699361 or 2043905. OLE color: 2043905.

HSL color Cylindrical-coordinate representation of color #01301F: hue angle of 158.3º 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 #01301F is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB14831-
CMYK0.9800.350.81
HSL158.3º95.92%9.61%-
HSV(B)158.3º97.92%18.82%-
XYZ1.322.221.66-
YUV32.01127.43105.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.25%
GREEN value IS 48 (19.14% from 255) = 60%
BLUE value IS 31 (12.5% from 255) = 38.75%
R=1.25%
G=60%
B=38.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal148310.9800.350.81158.395.929.61
Hex1301F62023519e60a
Octal1603714204312123614012
Binary1110000111111100010010001110100011001111011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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