#01382C

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

Shades of Dark Green #01382C

Tints of Dark Green #01382C

Color information

#01382C (or 0x01382C) is unknown color: approx Dark Green. HEX triplet: 01, 38 and 2C. RGB value is (1,56,44). Sum of RGB (Red+Green+Blue) = 1+56+44=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 56 (22.27% from 255 or 55.45% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 56 - color contains mainly: green. Hex color #01382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01382C is #FEC7D3. Grayscale: #262626. Windows color (decimal): -16697300 or 2897921. OLE color: 2897921.

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

Color convert

RGB15644-
CMYK0.9800.210.78
HSL166.91º96.49%11.18%-
HSV(B)166.91º98.21%21.96%-
XYZ1.883.022.87-
YUV38.19131.28101.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 56 (22.27% from 255) = 55.45%
BLUE value IS 44 (17.58% from 255) = 43.56%
R=0.99%
G=55.45%
B=43.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal156440.9800.210.78166.9196.4911.18
Hex1382C620154Ea760b
Octal1705414202511624714013
Binary1111000101100110001001010110011101010011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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