#062D2B

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

Shades of Dark Green #062D2B

Tints of Dark Green #062D2B

Color information

#062D2B (or 0x062D2B) is unknown color: approx Dark Green. HEX triplet: 06, 2D and 2B. RGB value is (6,45,43). Sum of RGB (Red+Green+Blue) = 6+45+43=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 45 (17.97% from 255 or 47.87% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 45 - color contains mainly: green. Hex color #062D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062D2B is #F9D2D4. Grayscale: #212121. Windows color (decimal): -16372437 or 2829574. OLE color: 2829574.

HSL color Cylindrical-coordinate representation of color #062D2B: hue angle of 176.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 #062D2B is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.

Color convert

RGB64543-
CMYK0.8700.040.82
HSL176.92º76.47%10%-
HSV(B)176.92º86.67%17.65%-
XYZ1.452.092.61-
YUV33.11133.58108.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 45 (17.97% from 255) = 47.87%
BLUE value IS 43 (17.19% from 255) = 45.74%
R=6.38%
G=47.87%
B=45.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal645430.8700.040.82176.9276.4710
Hex62D2B570452b14ca
Octal655531270412226111412
Binary1101011011010111010111010010100101011000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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