#062A11

Color #062A11 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #062A11

Tints of Deep Fir #062A11

Color information

#062A11 (or 0x062A11) is unknown color: approx Deep Fir. HEX triplet: 06, 2A and 11. RGB value is (6,42,17). Sum of RGB (Red+Green+Blue) = 6+42+17=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 42 (16.80% from 255 or 64.62% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 42 - color contains mainly: green. Hex color #062A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062A11 is #F9D5EE. Grayscale: #1C1C1C. Windows color (decimal): -16373231 or 1124870. OLE color: 1124870.

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

Color convert

RGB64217-
CMYK0.8600.600.84
HSL138.33º75%9.41%-
HSV(B)138.33º85.71%16.47%-
XYZ11.740.81-
YUV28.39121.57112.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.23%
GREEN value IS 42 (16.80% from 255) = 64.62%
BLUE value IS 17 (7.03% from 255) = 26.15%
R=9.23%
G=64.62%
B=26.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal642170.8600.600.84138.33759.41
Hex62A115603C548a4b9
Octal6522112607412421211311
Binary110101010100011010110011110010101001000101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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