#062D1E

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

Shades of Dark Green #062D1E

Tints of Dark Green #062D1E

Color information

#062D1E (or 0x062D1E) is unknown color: approx Dark Green. HEX triplet: 06, 2D and 1E. RGB value is (6,45,30). Sum of RGB (Red+Green+Blue) = 6+45+30=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 45 (17.97% from 255 or 55.56% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 45 - color contains mainly: green. Hex color #062D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062D1E is #F9D2E1. Grayscale: #1F1F1F. Windows color (decimal): -16372450 or 1977606. OLE color: 1977606.

HSL color Cylindrical-coordinate representation of color #062D1E: hue angle of 156.92º degrees, saturation: 0.76, 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 #062D1E is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.

Color convert

RGB64530-
CMYK0.8700.330.82
HSL156.92º76.47%10%-
HSV(B)156.92º86.67%17.65%-
XYZ1.252.011.55-
YUV31.63127.08109.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.41%
GREEN value IS 45 (17.97% from 255) = 55.56%
BLUE value IS 30 (12.11% from 255) = 37.04%
R=7.41%
G=55.56%
B=37.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal645300.8700.330.82156.9276.4710
Hex62D1E57021529d4ca
Octal6553612704112223511412
Binary110101101111101010111010000110100101001110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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