#062A1F

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

Shades of Dark Green #062A1F

Tints of Dark Green #062A1F

Color information

#062A1F (or 0x062A1F) is unknown color: approx Dark Green. HEX triplet: 06, 2A and 1F. RGB value is (6,42,31). Sum of RGB (Red+Green+Blue) = 6+42+31=79 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.59% from 79); Green value is 42 (16.80% from 255 or 53.16% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 42 - color contains mainly: green. Hex color #062A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A1F is #F9D5E0. Grayscale: #1D1D1D. Windows color (decimal): -16373217 or 2042374. OLE color: 2042374.

HSL color Cylindrical-coordinate representation of color #062A1F: hue angle of 161.67º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #062A1F is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.84.

Color convert

RGB64231-
CMYK0.8600.260.84
HSL161.67º75%9.41%-
HSV(B)161.67º85.71%16.47%-
XYZ1.151.791.58-
YUV29.98128.57110.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.59%
GREEN value IS 42 (16.80% from 255) = 53.16%
BLUE value IS 31 (12.5% from 255) = 39.24%
R=7.59%
G=53.16%
B=39.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal642310.8600.260.84161.67759.41
Hex62A1F5601A54a24b9
Octal6523712603212424211311
Binary11010101011111101011001101010101001010001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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