#062E1D

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

Shades of Dark Green #062E1D

Tints of Dark Green #062E1D

Color information

#062E1D (or 0x062E1D) is unknown color: approx Dark Green. HEX triplet: 06, 2E and 1D. RGB value is (6,46,29). Sum of RGB (Red+Green+Blue) = 6+46+29=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 46 (18.36% from 255 or 56.79% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 46 - color contains mainly: green. Hex color #062E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E1D is #F9D1E2. Grayscale: #202020. Windows color (decimal): -16372195 or 1912326. OLE color: 1912326.

HSL color Cylindrical-coordinate representation of color #062E1D: hue angle of 154.5º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #062E1D is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.82.

Color convert

RGB64629-
CMYK0.8700.370.82
HSL154.5º76.92%10.2%-
HSV(B)154.5º86.96%18.04%-
XYZ1.272.081.5-
YUV32.1126.25109.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.41%
GREEN value IS 46 (18.36% from 255) = 56.79%
BLUE value IS 29 (11.72% from 255) = 35.80%
R=7.41%
G=56.79%
B=35.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal646290.8700.370.82154.576.9210.2
Hex62E1D57025529a4da
Octal6563512704512223211512
Binary110101110111011010111010010110100101001101010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062E1D; }

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

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

<style>
 a { background-color: #062E1D; }

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

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

<style>
 span { border-color: #062E1D; }

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

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