#013020

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

Shades of Dark Green #013020

Tints of Dark Green #013020

Color information

#013020 (or 0x013020) is unknown color: approx Dark Green. HEX triplet: 01, 30 and 20. RGB value is (1,48,32). Sum of RGB (Red+Green+Blue) = 1+48+32=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 48 (19.14% from 255 or 59.26% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 48 - color contains mainly: green. Hex color #013020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013020 is #FECFDF. Grayscale: #202020. Windows color (decimal): -16699360 or 2109441. OLE color: 2109441.

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

Color convert

RGB14832-
CMYK0.9800.330.81
HSL159.57º95.92%9.61%-
HSV(B)159.57º97.92%18.82%-
XYZ1.332.221.73-
YUV32.12127.93105.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.23%
GREEN value IS 48 (19.14% from 255) = 59.26%
BLUE value IS 32 (12.89% from 255) = 39.51%
R=1.23%
G=59.26%
B=39.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal148320.9800.330.81159.5795.929.61
Hex130206202151a060a
Octal1604014204112124014012
Binary11100001000001100010010000110100011010000011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013020; }

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

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

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

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

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

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

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

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