Html Css Color HEX #06312C Dark Green

📋 copy color: '#06312C'

red 6 ◦ green 49 ◦ blue 44

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

Shades of Dark Green #06312C

Tints of Dark Green #06312C

RGB

 RED value IS 6 (2.73% from 255) = 6.06%

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

 BLUE value IS 44 (17.58% from 255) = 44.44%

R = 6.06%
G = 49.49%
B = 44.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#06312C (or 0x06312C) is known color: Dark Green. HEX triplet: 06, 31 and 2C. RGB value is (6,49,44). Sum of RGB (Red+Green+Blue) = 6+49+44=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #06312C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06312C is #F9CED3. Grayscale: #232323. Windows color (decimal): -16371412 or 2896134. OLE color: 2896134.

HSL color Cylindrical-coordinate representation of color #06312C: hue angle of 173.02º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06312C is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 49 44 -
CMYK 0.88 0 0.10 0.81
HSL 173.02º 0.78% 0.11% -
HSV(B) 173.02º 0.88% 0.19% -
XYZ 1.63 2.42 2.76 -
YUV 35.57 132.75 106.91 -
System Red Green Blue C M Y K H S L
Decimal 6 49 44 0.88 0 0.10 0.81 173.02 0.78 0.11
Hex 6 31 2C 58 0 A 51 AD 4E B
Octal 6 61 54 130 0 12 121 255 116 13
Binary 110 110001 101100 1011000 0 1010 1010001 10101101 1001110 1011

Color Harmonies of #06312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06312C

Black with #06312C

Text Example


Text Example

White with #06312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06312C; }

 p { color: rgb(6,49,44); }

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

background-color css

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

 a { background-color: rgb(6,49,44); }

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

border-color css

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

 span { border-color: rgb(6,49,44); }

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