#06301E

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

Shades of Dark Green #06301E

Tints of Dark Green #06301E

Color information

#06301E (or 0x06301E) is unknown color: approx Dark Green. HEX triplet: 06, 30 and 1E. RGB value is (6,48,30). Sum of RGB (Red+Green+Blue) = 6+48+30=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #06301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06301E is #F9CFE1. Grayscale: #212121. Windows color (decimal): -16371682 or 1978374. OLE color: 1978374.

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

Color convert

RGB64830-
CMYK0.8700.370.81
HSL154.29º77.78%10.59%-
HSV(B)154.29º87.5%18.82%-
XYZ1.372.251.59-
YUV33.39126.09108.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.14%
GREEN value IS 48 (19.14% from 255) = 57.14%
BLUE value IS 30 (12.11% from 255) = 35.71%
R=7.14%
G=57.14%
B=35.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal648300.8700.370.81154.2977.7810.59
Hex6301E57025519a4eb
Octal6603612704512123211613
Binary110110000111101010111010010110100011001101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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