#062F13

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

Shades of Deep Fir #062F13

Tints of Deep Fir #062F13

Color information

#062F13 (or 0x062F13) is unknown color: approx Deep Fir. HEX triplet: 06, 2F and 13. RGB value is (6,47,19). Sum of RGB (Red+Green+Blue) = 6+47+19=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 47 (18.75% from 255 or 65.28% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 47 - color contains mainly: green. Hex color #062F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062F13 is #F9D0EC. Grayscale: #1F1F1F. Windows color (decimal): -16371949 or 1257222. OLE color: 1257222.

HSL color Cylindrical-coordinate representation of color #062F13: hue angle of 139.02º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #062F13 is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.82.

Color convert

RGB64719-
CMYK0.8700.600.82
HSL139.02º77.36%10.39%-
HSV(B)139.02º87.23%18.43%-
XYZ1.212.120.96-
YUV31.55120.92109.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.33%
GREEN value IS 47 (18.75% from 255) = 65.28%
BLUE value IS 19 (7.81% from 255) = 26.39%
R=8.33%
G=65.28%
B=26.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal647190.8700.600.82139.0277.3610.39
Hex62F135703C528b4da
Octal6572312707412221311512
Binary110101111100111010111011110010100101000101110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,47,19); }

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

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

 a { background-color: rgb(6,47,19); }

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

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

 span { border-color: rgb(6,47,19); }

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