#062B1C

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

Shades of Dark Green #062B1C

Tints of Dark Green #062B1C

Color information

#062B1C (or 0x062B1C) is unknown color: approx Dark Green. HEX triplet: 06, 2B and 1C. RGB value is (6,43,28). Sum of RGB (Red+Green+Blue) = 6+43+28=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 43 (17.19% from 255 or 55.84% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 43 - color contains mainly: green. Hex color #062B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062B1C is #F9D4E3. Grayscale: #1E1E1E. Windows color (decimal): -16372964 or 1846022. OLE color: 1846022.

HSL color Cylindrical-coordinate representation of color #062B1C: hue angle of 155.68º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #062B1C is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.83.

Color convert

RGB64328-
CMYK0.8600.350.83
HSL155.68º75.51%9.61%-
HSV(B)155.68º86.05%16.86%-
XYZ1.151.851.4-
YUV30.23126.74110.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 43 (17.19% from 255) = 55.84%
BLUE value IS 28 (11.33% from 255) = 36.36%
R=7.79%
G=55.84%
B=36.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal643280.8600.350.83155.6875.519.61
Hex62B1C56023539c4ca
Octal6533412604312323411412
Binary110101011111001010110010001110100111001110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,43,28); }

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

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

 a { background-color: rgb(6,43,28); }

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

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

 span { border-color: rgb(6,43,28); }

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