#062A0B

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

Shades of Deep Fir #062A0B

Tints of Deep Fir #062A0B

Color information

#062A0B (or 0x062A0B) is unknown color: approx Deep Fir. HEX triplet: 06, 2A and 0B. RGB value is (6,42,11). Sum of RGB (Red+Green+Blue) = 6+42+11=59 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.17% from 59); Green value is 42 (16.80% from 255 or 71.19% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 42 - color contains mainly: green. Hex color #062A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062A0B is #F9D5F4. Grayscale: #1B1B1B. Windows color (decimal): -16373237 or 731654. OLE color: 731654.

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

Color convert

RGB64211-
CMYK0.8600.740.84
HSL128.33º75%9.41%-
HSV(B)128.33º85.71%16.47%-
XYZ0.961.720.6-
YUV27.7118.57112.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.17%
GREEN value IS 42 (16.80% from 255) = 71.19%
BLUE value IS 11 (4.69% from 255) = 18.64%
R=10.17%
G=71.19%
B=18.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal642110.8600.740.84128.33759.41
Hex62AB5604A54804b9
Octal65213126011212420011311
Binary110101010101110101100100101010101001000000010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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