Html Css Color HEX #05312A Dark Green

📋 copy color: '#05312A'

red 5 ◦ green 49 ◦ blue 42

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

Shades of Dark Green #05312A

Tints of Dark Green #05312A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 43.75%

R = 5.21%
G = 51.04%
B = 43.75%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.14

 K value IS 0.81

RGB Variations

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

Color information

#05312A (or 0x05312A) is known color: Dark Green. HEX triplet: 05, 31 and 2A. RGB value is (5,49,42). Sum of RGB (Red+Green+Blue) = 5+49+42=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #05312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05312A is #FACED5. Grayscale: #232323. Windows color (decimal): -16436950 or 2765061. OLE color: 2765061.

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

Color convert

RGB 5 49 42 -
CMYK 0.90 0 0.14 0.81
HSL 170.45º 0.81% 0.11% -
HSV(B) 170.45º 0.9% 0.19% -
XYZ 1.58 2.4 2.57 -
YUV 35.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 5 49 42 0.90 0 0.14 0.81 170.45 0.81 0.11
Hex 5 31 2A 5A 0 E 51 AA 51 B
Octal 5 61 52 132 0 16 121 252 121 13
Binary 101 110001 101010 1011010 0 1110 1010001 10101010 1010001 1011

Color Harmonies of #05312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05312A

Black with #05312A

Text Example


Text Example

White with #05312A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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