#01341C

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

Shades of Dark Green #01341C

Tints of Dark Green #01341C

Color information

#01341C (or 0x01341C) is unknown color: approx Dark Green. HEX triplet: 01, 34 and 1C. RGB value is (1,52,28). Sum of RGB (Red+Green+Blue) = 1+52+28=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 52 (20.70% from 255 or 64.20% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 52 - color contains mainly: green. Hex color #01341C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01341C is #FECBE3. Grayscale: #222222. Windows color (decimal): -16698340 or 1848321. OLE color: 1848321.

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

Color convert

RGB15228-
CMYK0.9800.460.80
HSL151.76º96.23%10.39%-
HSV(B)151.76º98.08%20.39%-
XYZ1.452.551.51-
YUV34.02124.6104.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.23%
GREEN value IS 52 (20.70% from 255) = 64.20%
BLUE value IS 28 (11.33% from 255) = 34.57%
R=1.23%
G=64.20%
B=34.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal152280.9800.460.80151.7696.2310.39
Hex1341C6202E509860a
Octal1643414205612023014012
Binary1110100111001100010010111010100001001100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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