#06312B

Color #06312B Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #06312B

Tints of Dark Green #06312B

Color information

#06312B (or 0x06312B) is unknown color: approx 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

RGB64943-
CMYK0.8800.120.81
HSL171.63º78.18%10.78%-
HSV(B)171.63º87.76%19.22%-
XYZ1.612.412.67-
YUV35.46132.25106.99-

RGB Variations

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

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 (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal649430.8800.120.81171.6378.1810.78
Hex6312B580C51ac4eb
Octal6615313001412125411613
Binary11011000110101110110000110010100011010110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>