#062B1A

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

Shades of Dark Green #062B1A

Tints of Dark Green #062B1A

Color information

#062B1A (or 0x062B1A) is unknown color: approx Dark Green. HEX triplet: 06, 2B and 1A. RGB value is (6,43,26). Sum of RGB (Red+Green+Blue) = 6+43+26=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 43 (17.19% from 255 or 57.33% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 43 - color contains mainly: green. Hex color #062B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062B1A is #F9D4E5. Grayscale: #1E1E1E. Windows color (decimal): -16372966 or 1714950. OLE color: 1714950.

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

Color convert

RGB64326-
CMYK0.8600.400.83
HSL152.43º75.51%9.61%-
HSV(B)152.43º86.05%16.86%-
XYZ1.131.841.27-
YUV30125.74110.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8%
GREEN value IS 43 (17.19% from 255) = 57.33%
BLUE value IS 26 (10.55% from 255) = 34.67%
R=8%
G=57.33%
B=34.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal643260.8600.400.83152.4375.519.61
Hex62B1A5602853984ca
Octal6533212605012323011412
Binary110101011110101010110010100010100111001100010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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