#01341A

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

Shades of Dark Green #01341A

Tints of Dark Green #01341A

Color information

#01341A (or 0x01341A) is unknown color: approx Dark Green. HEX triplet: 01, 34 and 1A. RGB value is (1,52,26). Sum of RGB (Red+Green+Blue) = 1+52+26=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 52 (20.70% from 255 or 65.82% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 52 - color contains mainly: green. Hex color #01341A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01341A is #FECBE5. Grayscale: #212121. Windows color (decimal): -16698342 or 1717249. OLE color: 1717249.

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

Color convert

RGB15226-
CMYK0.9800.500.80
HSL149.41º96.23%10.39%-
HSV(B)149.41º98.08%20.39%-
XYZ1.432.541.39-
YUV33.79123.6104.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.27%
GREEN value IS 52 (20.70% from 255) = 65.82%
BLUE value IS 26 (10.55% from 255) = 32.91%
R=1.27%
G=65.82%
B=32.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal152260.9800.500.80149.4196.2310.39
Hex1341A62032509560a
Octal1643214206212022514012
Binary1110100110101100010011001010100001001010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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