#06302D

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

Shades of Dark Green #06302D

Tints of Dark Green #06302D

Color information

#06302D (or 0x06302D) is unknown color: approx Dark Green. HEX triplet: 06, 30 and 2D. RGB value is (6,48,45). Sum of RGB (Red+Green+Blue) = 6+48+45=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #06302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06302D is #F9CFD2. Grayscale: #232323. Windows color (decimal): -16371667 or 2961414. OLE color: 2961414.

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

Color convert

RGB64845-
CMYK0.8700.060.81
HSL175.71º77.78%10.59%-
HSV(B)175.71º87.5%18.82%-
XYZ1.612.342.85-
YUV35.1133.59107.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.06%
GREEN value IS 48 (19.14% from 255) = 48.48%
BLUE value IS 45 (17.97% from 255) = 45.45%
R=6.06%
G=48.48%
B=45.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal648450.8700.060.81175.7177.7810.59
Hex6302D570651b04eb
Octal660551270612126011613
Binary1101100001011011010111011010100011011000010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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