#062B0D

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

Shades of Deep Fir #062B0D

Tints of Deep Fir #062B0D

Color information

#062B0D (or 0x062B0D) is unknown color: approx Deep Fir. HEX triplet: 06, 2B and 0D. RGB value is (6,43,13). Sum of RGB (Red+Green+Blue) = 6+43+13=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 43 (17.19% from 255 or 69.35% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 43 - color contains mainly: green. Hex color #062B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062B0D is #F9D4F2. Grayscale: #1C1C1C. Windows color (decimal): -16372979 or 862982. OLE color: 862982.

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

Color convert

RGB64313-
CMYK0.8600.700.83
HSL131.35º75.51%9.61%-
HSV(B)131.35º86.05%16.86%-
XYZ1.011.80.67-
YUV28.52119.24111.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.68%
GREEN value IS 43 (17.19% from 255) = 69.35%
BLUE value IS 13 (5.47% from 255) = 20.97%
R=9.68%
G=69.35%
B=20.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal643130.8600.700.83131.3575.519.61
Hex62BD5604653834ca
Octal65315126010612320311412
Binary110101011110110101100100011010100111000001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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