#01331D

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

Shades of Dark Green #01331D

Tints of Dark Green #01331D

Color information

#01331D (or 0x01331D) is unknown color: approx Dark Green. HEX triplet: 01, 33 and 1D. RGB value is (1,51,29). Sum of RGB (Red+Green+Blue) = 1+51+29=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 51 (20.31% from 255 or 62.96% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 51 - color contains mainly: green. Hex color #01331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01331D is #FECCE2. Grayscale: #212121. Windows color (decimal): -16698595 or 1913601. OLE color: 1913601.

HSL color Cylindrical-coordinate representation of color #01331D: hue angle of 153.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 #01331D is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB15129-
CMYK0.9800.430.8
HSL153.6º96.15%10.2%-
HSV(B)153.6º98.04%20%-
XYZ1.422.461.56-
YUV33.54125.44104.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.23%
GREEN value IS 51 (20.31% from 255) = 62.96%
BLUE value IS 29 (11.72% from 255) = 35.80%
R=1.23%
G=62.96%
B=35.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal151290.9800.430.8153.696.1510.2
Hex1331D6202B509a60a
Octal1633514205312023214012
Binary1110011111011100010010101110100001001101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01331D; }

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

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

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

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

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

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

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

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