Html Css Color HEX #013B31 Dark Green

📋 copy color: '#013B31'

red 1 ◦ green 59 ◦ blue 49

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

Shades of Dark Green #013B31

Tints of Dark Green #013B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 44.95%

R = 0.92%
G = 54.13%
B = 44.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.77

RGB Variations

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

Color information

#013B31 (or 0x013B31) is known color: Dark Green. HEX triplet: 01, 3B and 31. RGB value is (1,59,49). Sum of RGB (Red+Green+Blue) = 1+59+49=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 59 (23.44% from 255 or 54.13% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 59 - color contains mainly: green. Hex color #013B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B31 is #FEC4CE. Grayscale: #282828. Windows color (decimal): -16696527 or 3226369. OLE color: 3226369.

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

Color convert

RGB 1 59 49 -
CMYK 0.98 0 0.17 0.77
HSL 169.66º 0.97% 0.12% -
HSV(B) 169.66º 0.98% 0.23% -
XYZ 2.13 3.36 3.44 -
YUV 40.52 132.78 99.81 -
System Red Green Blue C M Y K H S L
Decimal 1 59 49 0.98 0 0.17 0.77 169.66 0.97 0.12
Hex 1 3B 31 62 0 11 4D AA 61 C
Octal 1 73 61 142 0 21 115 252 141 14
Binary 1 111011 110001 1100010 0 10001 1001101 10101010 1100001 1100

Color Harmonies of #013B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B31

Black with #013B31

Text Example


Text Example

White with #013B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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