Html Css Color HEX #05311F Dark Green

📋 copy color: '#05311F'

red 5 ◦ green 49 ◦ blue 31

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

Shades of Dark Green #05311F

Tints of Dark Green #05311F

RGB

 RED value IS 5 (2.34% from 255) = 5.88%

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

 BLUE value IS 31 (12.5% from 255) = 36.47%

R = 5.88%
G = 57.65%
B = 36.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#05311F (or 0x05311F) is known color: Dark Green. HEX triplet: 05, 31 and 1F. RGB value is (5,49,31). Sum of RGB (Red+Green+Blue) = 5+49+31=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 49 (19.53% from 255 or 57.65% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 49 - color contains mainly: green. Hex color #05311F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05311F is #FACEE0. Grayscale: #212121. Windows color (decimal): -16436961 or 2044165. OLE color: 2044165.

HSL color Cylindrical-coordinate representation of color #05311F: hue angle of 155.45º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05311F is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 49 31 -
CMYK 0.90 0 0.37 0.81
HSL 155.45º 0.81% 0.11% -
HSV(B) 155.45º 0.9% 0.19% -
XYZ 1.41 2.33 1.67 -
YUV 33.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 5 49 31 0.90 0 0.37 0.81 155.45 0.81 0.11
Hex 5 31 1F 5A 0 25 51 9B 51 B
Octal 5 61 37 132 0 45 121 233 121 13
Binary 101 110001 11111 1011010 0 100101 1010001 10011011 1010001 1011

Color Harmonies of #05311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05311F

Black with #05311F

Text Example


Text Example

White with #05311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05311F; }

 p { color: rgb(5,49,31); }

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

background-color css

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

 a { background-color: rgb(5,49,31); }

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

border-color css

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

 span { border-color: rgb(5,49,31); }

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