#062B2A

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

Shades of Dark Green #062B2A

Tints of Dark Green #062B2A

Color information

#062B2A (or 0x062B2A) is unknown color: approx Dark Green. HEX triplet: 06, 2B and 2A. RGB value is (6,43,42). Sum of RGB (Red+Green+Blue) = 6+43+42=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 43 (17.19% from 255 or 47.25% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 43 - color contains mainly: green. Hex color #062B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062B2A is #F9D4D5. Grayscale: #1F1F1F. Windows color (decimal): -16372950 or 2763526. OLE color: 2763526.

HSL color Cylindrical-coordinate representation of color #062B2A: hue angle of 178.38º 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 #062B2A is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.83.

Color convert

RGB64342-
CMYK0.8600.020.83
HSL178.38º75.51%9.61%-
HSV(B)178.38º86.05%16.86%-
XYZ1.361.932.49-
YUV31.82133.74109.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 43 (17.19% from 255) = 47.25%
BLUE value IS 42 (16.80% from 255) = 46.15%
R=6.59%
G=47.25%
B=46.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal643420.8600.020.83178.3875.519.61
Hex62B2A560253b24ca
Octal653521260212326211412
Binary110101011101010101011001010100111011001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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