Html Css Color HEX #05312B Dark Green

📋 copy color: '#05312B'

red 5 ◦ green 49 ◦ blue 43

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

Shades of Dark Green #05312B

Tints of Dark Green #05312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 44.33%

R = 5.15%
G = 50.52%
B = 44.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#05312B (or 0x05312B) is known color: Dark Green. HEX triplet: 05, 31 and 2B. RGB value is (5,49,43). Sum of RGB (Red+Green+Blue) = 5+49+43=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #05312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05312B is #FACED4. Grayscale: #232323. Windows color (decimal): -16436949 or 2830597. OLE color: 2830597.

HSL color Cylindrical-coordinate representation of color #05312B: hue angle of 171.82º 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 #05312B is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 49 43 -
CMYK 0.90 0 0.12 0.81
HSL 171.82º 0.81% 0.11% -
HSV(B) 171.82º 0.9% 0.19% -
XYZ 1.6 2.4 2.67 -
YUV 35.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 5 49 43 0.90 0 0.12 0.81 171.82 0.81 0.11
Hex 5 31 2B 5A 0 C 51 AC 51 B
Octal 5 61 53 132 0 14 121 254 121 13
Binary 101 110001 101011 1011010 0 1100 1010001 10101100 1010001 1011

Color Harmonies of #05312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05312B

Black with #05312B

Text Example


Text Example

White with #05312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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