#013318

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

Shades of Dark Green #013318

Tints of Dark Green #013318

Color information

#013318 (or 0x013318) is unknown color: approx Dark Green. HEX triplet: 01, 33 and 18. RGB value is (1,51,24). Sum of RGB (Red+Green+Blue) = 1+51+24=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 51 (20.31% from 255 or 67.11% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 51 - color contains mainly: green. Hex color #013318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013318 is #FECCE7. Grayscale: #212121. Windows color (decimal): -16698600 or 1585921. OLE color: 1585921.

HSL color Cylindrical-coordinate representation of color #013318: hue angle of 147.6º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013318 is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB15124-
CMYK0.9800.530.8
HSL147.6º96.15%10.2%-
HSV(B)147.6º98.04%20%-
XYZ1.362.441.26-
YUV32.97122.94105.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 51 (20.31% from 255) = 67.11%
BLUE value IS 24 (9.77% from 255) = 31.58%
R=1.32%
G=67.11%
B=31.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal151240.9800.530.8147.696.1510.2
Hex1331862035509460a
Octal1633014206512022414012
Binary1110011110001100010011010110100001001010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013318; }

 p { color: rgb(1,51,24); }

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

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

 a { background-color: rgb(1,51,24); }

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

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

 span { border-color: rgb(1,51,24); }

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