Html Css Color HEX #013B29 Dark Green

📋 copy color: '#013B29'

red 1 ◦ green 59 ◦ blue 41

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

Shades of Dark Green #013B29

Tints of Dark Green #013B29

RGB

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

 GREEN value IS 59 (23.44% from 255) = 58.42%

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

R = 0.99%
G = 58.42%
B = 40.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.77

RGB Variations

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

Color information

#013B29 (or 0x013B29) is known color: Dark Green. HEX triplet: 01, 3B and 29. RGB value is (1,59,41). Sum of RGB (Red+Green+Blue) = 1+59+41=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 59 (23.44% from 255 or 58.42% from 101); Blue value is 41 (16.41% from 255 or 40.59% from 101); Max value from RGB is 59 - color contains mainly: green. Hex color #013B29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B29 is #FEC4D6. Grayscale: #272727. Windows color (decimal): -16696535 or 2702081. OLE color: 2702081.

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

Color convert

RGB 1 59 41 -
CMYK 0.98 0 0.31 0.77
HSL 161.38º 0.97% 0.12% -
HSV(B) 161.38º 0.98% 0.23% -
XYZ 1.98 3.29 2.63 -
YUV 39.61 128.78 100.46 -
System Red Green Blue C M Y K H S L
Decimal 1 59 41 0.98 0 0.31 0.77 161.38 0.97 0.12
Hex 1 3B 29 62 0 1F 4D A1 61 C
Octal 1 73 51 142 0 37 115 241 141 14
Binary 1 111011 101001 1100010 0 11111 1001101 10100001 1100001 1100

Color Harmonies of #013B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B29

Black with #013B29

Text Example


Text Example

White with #013B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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