#01362E

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

Shades of Dark Green #01362E

Tints of Dark Green #01362E

Color information

#01362E (or 0x01362E) is unknown color: approx Dark Green. HEX triplet: 01, 36 and 2E. RGB value is (1,54,46). Sum of RGB (Red+Green+Blue) = 1+54+46=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 54 (21.48% from 255 or 53.47% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 54 - color contains mainly: green. Hex color #01362E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01362E is #FEC9D1. Grayscale: #252525. Windows color (decimal): -16697810 or 3028481. OLE color: 3028481.

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

Color convert

RGB15446-
CMYK0.9800.150.79
HSL170.94º96.36%10.78%-
HSV(B)170.94º98.15%21.18%-
XYZ1.822.843.04-
YUV37.24132.94102.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 54 (21.48% from 255) = 53.47%
BLUE value IS 46 (18.36% from 255) = 45.54%
R=0.99%
G=53.47%
B=45.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal154460.9800.150.79170.9496.3610.78
Hex1362E620F4Fab60b
Octal1665614201711725314013
Binary111011010111011000100111110011111010101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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