Html Css Color HEX #06312B Dark Green

📋 copy color: '#06312B'

red 6 ◦ green 49 ◦ blue 43

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

Shades of Dark Green #06312B

Tints of Dark Green #06312B

RGB

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

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

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

R = 6.12%
G = 50%
B = 43.88%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#06312B (or 0x06312B) is known color: Dark Green. HEX triplet: 06, 31 and 2B. RGB value is (6,49,43). Sum of RGB (Red+Green+Blue) = 6+49+43=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #06312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06312B is #F9CED4. Grayscale: #232323. Windows color (decimal): -16371413 or 2830598. OLE color: 2830598.

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

Color convert

RGB 6 49 43 -
CMYK 0.88 0 0.12 0.81
HSL 171.63º 0.78% 0.11% -
HSV(B) 171.63º 0.88% 0.19% -
XYZ 1.61 2.41 2.67 -
YUV 35.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 6 49 43 0.88 0 0.12 0.81 171.63 0.78 0.11
Hex 6 31 2B 58 0 C 51 AC 4E B
Octal 6 61 53 130 0 14 121 254 116 13
Binary 110 110001 101011 1011000 0 1100 1010001 10101100 1001110 1011

Color Harmonies of #06312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06312B

Black with #06312B

Text Example


Text Example

White with #06312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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