Html Css Color HEX #013A29 Dark Green

📋 copy color: '#013A29'

red 1 ◦ green 58 ◦ blue 41

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

Shades of Dark Green #013A29

Tints of Dark Green #013A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 41%

R = 1%
G = 58%
B = 41%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.29

 K value IS 0.77

RGB Variations

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

Color information

#013A29 (or 0x013A29) is known color: Dark Green. HEX triplet: 01, 3A and 29. RGB value is (1,58,41). Sum of RGB (Red+Green+Blue) = 1+58+41=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 58 (23.05% from 255 or 58% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 58 - color contains mainly: green. Hex color #013A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A29 is #FEC5D6. Grayscale: #272727. Windows color (decimal): -16696791 or 2701825. OLE color: 2701825.

HSL color Cylindrical-coordinate representation of color #013A29: hue angle of 162.11º 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 #013A29 is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 58 41 -
CMYK 0.98 0 0.29 0.77
HSL 162.11º 0.97% 0.12% -
HSV(B) 162.11º 0.98% 0.23% -
XYZ 1.93 3.19 2.61 -
YUV 39.02 129.12 100.88 -
System Red Green Blue C M Y K H S L
Decimal 1 58 41 0.98 0 0.29 0.77 162.11 0.97 0.12
Hex 1 3A 29 62 0 1D 4D A2 61 C
Octal 1 72 51 142 0 35 115 242 141 14
Binary 1 111010 101001 1100010 0 11101 1001101 10100010 1100001 1100

Color Harmonies of #013A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A29

Black with #013A29

Text Example


Text Example

White with #013A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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