#06312A

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

Shades of Dark Green #06312A

Tints of Dark Green #06312A

Color information

#06312A (or 0x06312A) is unknown color: approx Dark Green. HEX triplet: 06, 31 and 2A. RGB value is (6,49,42). Sum of RGB (Red+Green+Blue) = 6+49+42=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #06312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06312A is #F9CED5. Grayscale: #232323. Windows color (decimal): -16371414 or 2765062. OLE color: 2765062.

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

Color convert

RGB64942-
CMYK0.8800.140.81
HSL170.23º78.18%10.78%-
HSV(B)170.23º87.76%19.22%-
XYZ1.592.42.57-
YUV35.34131.75107.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 49 (19.53% from 255) = 50.52%
BLUE value IS 42 (16.80% from 255) = 43.30%
R=6.19%
G=50.52%
B=43.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal649420.8800.140.81170.2378.1810.78
Hex6312A580E51aa4eb
Octal6615213001612125211613
Binary11011000110101010110000111010100011010101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06312A;
 }
 .AnyTagClassName
 {
   color: #06312A;
 }
</style>
background-color css

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

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

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

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

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

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