Html Css Color HEX #013831 Dark Green

📋 copy color: '#013831'

red 1 ◦ green 56 ◦ blue 49

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

Shades of Dark Green #013831

Tints of Dark Green #013831

RGB

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

 GREEN value IS 56 (22.27% from 255) = 52.83%

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

R = 0.94%
G = 52.83%
B = 46.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#013831 (or 0x013831) is known color: Dark Green. HEX triplet: 01, 38 and 31. RGB value is (1,56,49). Sum of RGB (Red+Green+Blue) = 1+56+49=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 56 (22.27% from 255 or 52.83% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 56 - color contains mainly: green. Hex color #013831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013831 is #FEC7CE. Grayscale: #262626. Windows color (decimal): -16697295 or 3225601. OLE color: 3225601.

HSL color Cylindrical-coordinate representation of color #013831: hue angle of 172.36º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013831 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 56 49 -
CMYK 0.98 0 0.12 0.78
HSL 172.36º 0.96% 0.11% -
HSV(B) 172.36º 0.98% 0.22% -
XYZ 1.98 3.06 3.39 -
YUV 38.76 133.78 101.07 -
System Red Green Blue C M Y K H S L
Decimal 1 56 49 0.98 0 0.12 0.78 172.36 0.96 0.11
Hex 1 38 31 62 0 C 4E AC 60 B
Octal 1 70 61 142 0 14 116 254 140 13
Binary 1 111000 110001 1100010 0 1100 1001110 10101100 1100000 1011

Color Harmonies of #013831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013831

Black with #013831

Text Example


Text Example

White with #013831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013831; }

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

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

background-color css

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

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

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

border-color css

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

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

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