Html Css Color HEX #01392C Dark Green

📋 copy color: '#01392C'

red 1 ◦ green 57 ◦ blue 44

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

Shades of Dark Green #01392C

Tints of Dark Green #01392C

RGB

 RED value IS 1 (0.78% from 255) = 0.98%

 GREEN value IS 57 (22.66% from 255) = 55.88%

 BLUE value IS 44 (17.58% from 255) = 43.14%

R = 0.98%
G = 55.88%
B = 43.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#01392C (or 0x01392C) is known color: Dark Green. HEX triplet: 01, 39 and 2C. RGB value is (1,57,44). Sum of RGB (Red+Green+Blue) = 1+57+44=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #01392C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01392C is #FEC6D3. Grayscale: #262626. Windows color (decimal): -16697044 or 2898177. OLE color: 2898177.

HSL color Cylindrical-coordinate representation of color #01392C: hue angle of 166.07º degrees, saturation: 0.97, 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 #01392C is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 57 44 -
CMYK 0.98 0 0.23 0.78
HSL 166.07º 0.97% 0.11% -
HSV(B) 166.07º 0.98% 0.22% -
XYZ 1.93 3.11 2.88 -
YUV 38.77 130.95 101.06 -
System Red Green Blue C M Y K H S L
Decimal 1 57 44 0.98 0 0.23 0.78 166.07 0.97 0.11
Hex 1 39 2C 62 0 17 4E A6 61 B
Octal 1 71 54 142 0 27 116 246 141 13
Binary 1 111001 101100 1100010 0 10111 1001110 10100110 1100001 1011

Color Harmonies of #01392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01392C

Black with #01392C

Text Example


Text Example

White with #01392C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01392C;
 }
 .AnyTagClassName
 {
   color: #01392C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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