#062A10

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

Shades of Deep Fir #062A10

Tints of Deep Fir #062A10

Color information

#062A10 (or 0x062A10) is unknown color: approx Deep Fir. HEX triplet: 06, 2A and 10. RGB value is (6,42,16). Sum of RGB (Red+Green+Blue) = 6+42+16=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 42 (16.80% from 255 or 65.62% from 64); Blue value is 16 (6.64% from 255 or 25% from 64); Max value from RGB is 42 - color contains mainly: green. Hex color #062A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062A10 is #F9D5EF. Grayscale: #1C1C1C. Windows color (decimal): -16373232 or 1059334. OLE color: 1059334.

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

Color convert

RGB64216-
CMYK0.8600.620.84
HSL136.67º75%9.41%-
HSV(B)136.67º85.71%16.47%-
XYZ11.730.77-
YUV28.27121.07112.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.38%
GREEN value IS 42 (16.80% from 255) = 65.62%
BLUE value IS 16 (6.64% from 255) = 25%
R=9.38%
G=65.62%
B=25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal642160.8600.620.84136.67759.41
Hex62A105603E54894b9
Octal6522012607612421111311
Binary110101010100001010110011111010101001000100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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