#01342F

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

Shades of Dark Green #01342F

Tints of Dark Green #01342F

Color information

#01342F (or 0x01342F) is unknown color: approx Dark Green. HEX triplet: 01, 34 and 2F. RGB value is (1,52,47). Sum of RGB (Red+Green+Blue) = 1+52+47=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #01342F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01342F is #FECBD0. Grayscale: #242424. Windows color (decimal): -16698321 or 3093505. OLE color: 3093505.

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

Color convert

RGB15247-
CMYK0.9800.100.80
HSL174.12º96.23%10.39%-
HSV(B)174.12º98.08%20.39%-
XYZ1.752.673.11-
YUV36.18134.1102.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1%
GREEN value IS 52 (20.70% from 255) = 52%
BLUE value IS 47 (18.75% from 255) = 47%
R=1%
G=52%
B=47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal152470.9800.100.80174.1296.2310.39
Hex1342F620A50ae60a
Octal1645714201212025614012
Binary111010010111111000100101010100001010111011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01342F; }

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

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

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

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

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

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

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

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