#01352C

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

Shades of Dark Green #01352C

Tints of Dark Green #01352C

Color information

#01352C (or 0x01352C) is unknown color: approx Dark Green. HEX triplet: 01, 35 and 2C. RGB value is (1,53,44). Sum of RGB (Red+Green+Blue) = 1+53+44=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 53 (21.09% from 255 or 54.08% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 53 - color contains mainly: green. Hex color #01352C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01352C is #FECAD3. Grayscale: #242424. Windows color (decimal): -16698068 or 2897153. OLE color: 2897153.

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

Color convert

RGB15344-
CMYK0.9800.170.79
HSL169.62º96.3%10.59%-
HSV(B)169.62º98.11%20.78%-
XYZ1.742.732.82-
YUV36.43132.27102.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 53 (21.09% from 255) = 54.08%
BLUE value IS 44 (17.58% from 255) = 44.90%
R=1.02%
G=54.08%
B=44.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal153440.9800.170.79169.6296.310.59
Hex1352C620114Faa60b
Octal1655414202111725214013
Binary1110101101100110001001000110011111010101011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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