Html Css Color HEX #013A32 Dark Green

📋 copy color: '#013A32'

red 1 ◦ green 58 ◦ blue 50

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

Shades of Dark Green #013A32

Tints of Dark Green #013A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 53.21%

 BLUE value IS 50 (19.92% from 255) = 45.87%

R = 0.92%
G = 53.21%
B = 45.87%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.77

RGB Variations

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

Color information

#013A32 (or 0x013A32) is known color: Dark Green. HEX triplet: 01, 3A and 32. RGB value is (1,58,50). Sum of RGB (Red+Green+Blue) = 1+58+50=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 58 (23.05% from 255 or 53.21% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 58 - color contains mainly: green. Hex color #013A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A32 is #FEC5CD. Grayscale: #282828. Windows color (decimal): -16696782 or 3291649. OLE color: 3291649.

HSL color Cylindrical-coordinate representation of color #013A32: hue angle of 171.58º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013A32 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 58 50 -
CMYK 0.98 0 0.14 0.77
HSL 171.58º 0.97% 0.12% -
HSV(B) 171.58º 0.98% 0.23% -
XYZ 2.1 3.26 3.54 -
YUV 40.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 1 58 50 0.98 0 0.14 0.77 171.58 0.97 0.12
Hex 1 3A 32 62 0 E 4D AC 61 C
Octal 1 72 62 142 0 16 115 254 141 14
Binary 1 111010 110010 1100010 0 1110 1001101 10101100 1100001 1100

Color Harmonies of #013A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A32

Black with #013A32

Text Example


Text Example

White with #013A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013A32; }

 p { color: rgb(1,58,50); }

 H1.HeaderClassName
 {
   color: #013A32;
 }
 .AnyTagClassName
 {
   color: #013A32;
 }
</style>

background-color css

<style>
 a { background-color: #013A32; }

 a { background-color: rgb(1,58,50); }

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

border-color css

<style>
 span { border-color: #013A32; }

 span { border-color: rgb(1,58,50); }

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