#06301D

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

Shades of Dark Green #06301D

Tints of Dark Green #06301D

Color information

#06301D (or 0x06301D) is unknown color: approx Dark Green. HEX triplet: 06, 30 and 1D. RGB value is (6,48,29). Sum of RGB (Red+Green+Blue) = 6+48+29=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 48 (19.14% from 255 or 57.83% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 48 - color contains mainly: green. Hex color #06301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06301D is #F9CFE2. Grayscale: #212121. Windows color (decimal): -16371683 or 1912838. OLE color: 1912838.

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

Color convert

RGB64829-
CMYK0.8700.400.81
HSL152.86º77.78%10.59%-
HSV(B)152.86º87.5%18.82%-
XYZ1.352.241.52-
YUV33.28125.59108.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.23%
GREEN value IS 48 (19.14% from 255) = 57.83%
BLUE value IS 29 (11.72% from 255) = 34.94%
R=7.23%
G=57.83%
B=34.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal648290.8700.400.81152.8677.7810.59
Hex6301D5702851994eb
Octal6603512705012123111613
Binary110110000111011010111010100010100011001100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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