#01352E

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

Shades of Dark Green #01352E

Tints of Dark Green #01352E

Color information

#01352E (or 0x01352E) is unknown color: approx Dark Green. HEX triplet: 01, 35 and 2E. RGB value is (1,53,46). Sum of RGB (Red+Green+Blue) = 1+53+46=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 53 (21.09% from 255 or 53% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 53 - color contains mainly: green. Hex color #01352E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01352E is #FECAD1. Grayscale: #242424. Windows color (decimal): -16698066 or 3028225. OLE color: 3028225.

HSL color Cylindrical-coordinate representation of color #01352E: hue angle of 171.92º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01352E is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB15346-
CMYK0.9800.130.79
HSL171.92º96.3%10.59%-
HSV(B)171.92º98.11%20.78%-
XYZ1.782.753.02-
YUV36.65133.27102.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1%
GREEN value IS 53 (21.09% from 255) = 53%
BLUE value IS 46 (18.36% from 255) = 46%
R=1%
G=53%
B=46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal153460.9800.130.79171.9296.310.59
Hex1352E620D4Fac60b
Octal1655614201511725414013
Binary111010110111011000100110110011111010110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01352E; }

 p { color: rgb(1,53,46); }

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

<style>
 a { background-color: #01352E; }

 a { background-color: rgb(1,53,46); }

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

<style>
 span { border-color: #01352E; }

 span { border-color: rgb(1,53,46); }

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