#01341D

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

Shades of Dark Green #01341D

Tints of Dark Green #01341D

Color information

#01341D (or 0x01341D) is unknown color: approx Dark Green. HEX triplet: 01, 34 and 1D. RGB value is (1,52,29). Sum of RGB (Red+Green+Blue) = 1+52+29=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 52 (20.70% from 255 or 63.41% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 52 - color contains mainly: green. Hex color #01341D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01341D is #FECBE2. Grayscale: #222222. Windows color (decimal): -16698339 or 1913857. OLE color: 1913857.

HSL color Cylindrical-coordinate representation of color #01341D: hue angle of 152.94º 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 #01341D is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB15229-
CMYK0.9800.440.80
HSL152.94º96.23%10.39%-
HSV(B)152.94º98.08%20.39%-
XYZ1.462.551.58-
YUV34.13125.1104.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.22%
GREEN value IS 52 (20.70% from 255) = 63.41%
BLUE value IS 29 (11.72% from 255) = 35.37%
R=1.22%
G=63.41%
B=35.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal152290.9800.440.80152.9496.2310.39
Hex1341D6202C509960a
Octal1643514205412023114012
Binary1110100111011100010010110010100001001100111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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