Html Css Color HEX #01382C Dark Green

📋 copy color: '#01382C'

red 1 ◦ green 56 ◦ blue 44

#01382C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #01382C

Tints of Dark Green #01382C

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 value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#01382C (or 0x01382C) is known color: 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

RGB 1 56 44 -
CMYK 0.98 0 0.21 0.78
HSL 166.91º 0.96% 0.11% -
HSV(B) 166.91º 0.98% 0.22% -
XYZ 1.88 3.02 2.87 -
YUV 38.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 1 56 44 0.98 0 0.21 0.78 166.91 0.96 0.11
Hex 1 38 2C 62 0 15 4E A7 60 B
Octal 1 70 54 142 0 25 116 247 140 13
Binary 1 111000 101100 1100010 0 10101 1001110 10100111 1100000 1011

Color Harmonies of #01382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01382C

Black with #01382C

Text Example


Text Example

White with #01382C

Text Example


Text Example

HTML Codes & Css Web 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>