Html Css Color HEX #013129 Dark Green

📋 copy color: '#013129'

red 1 ◦ green 49 ◦ blue 41

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

Shades of Dark Green #013129

Tints of Dark Green #013129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 53.85%

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

R = 1.1%
G = 53.85%
B = 45.05%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#013129 (or 0x013129) is known color: Dark Green. HEX triplet: 01, 31 and 29. RGB value is (1,49,41). Sum of RGB (Red+Green+Blue) = 1+49+41=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 41 (16.41% from 255 or 45.05% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #013129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013129 is #FECED6. Grayscale: #212121. Windows color (decimal): -16699095 or 2699521. OLE color: 2699521.

HSL color Cylindrical-coordinate representation of color #013129: hue angle of 170º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013129 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB 1 49 41 -
CMYK 0.98 0 0.16 0.81
HSL 170º 0.96% 0.1% -
HSV(B) 170º 0.98% 0.19% -
XYZ 1.51 2.36 2.47 -
YUV 33.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 1 49 41 0.98 0 0.16 0.81 170 0.96 0.1
Hex 1 31 29 62 0 10 51 AA 60 A
Octal 1 61 51 142 0 20 121 252 140 12
Binary 1 110001 101001 1100010 0 10000 1010001 10101010 1100000 1010

Color Harmonies of #013129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013129

Black with #013129

Text Example


Text Example

White with #013129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013129; }

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

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

background-color css

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

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

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

border-color css

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

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

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