#06302C

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

Shades of Dark Green #06302C

Tints of Dark Green #06302C

Color information

#06302C (or 0x06302C) is unknown color: approx Dark Green. HEX triplet: 06, 30 and 2C. RGB value is (6,48,44). Sum of RGB (Red+Green+Blue) = 6+48+44=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #06302C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06302C is #F9CFD3. Grayscale: #222222. Windows color (decimal): -16371668 or 2895878. OLE color: 2895878.

HSL color Cylindrical-coordinate representation of color #06302C: hue angle of 174.29º 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 #06302C is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB64844-
CMYK0.8700.080.81
HSL174.29º77.78%10.59%-
HSV(B)174.29º87.5%18.82%-
XYZ1.592.332.75-
YUV34.99133.09107.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.12%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 44 (17.58% from 255) = 44.90%
R=6.12%
G=48.98%
B=44.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal648440.8700.080.81174.2977.7810.59
Hex6302C570851ae4eb
Octal6605412701012125611613
Binary11011000010110010101110100010100011010111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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