Html Css Color HEX #062E13 Deep Fir

📋 copy color: '#062E13'

red 6 ◦ green 46 ◦ blue 19

#062E13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #062E13

Tints of Deep Fir #062E13

RGB

 RED value IS 6 (2.73% from 255) = 8.45%

 GREEN value IS 46 (18.36% from 255) = 64.79%

 BLUE value IS 19 (7.81% from 255) = 26.76%

R = 8.45%
G = 64.79%
B = 26.76%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.59

 K value IS 0.82

RGB Variations

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

Color information

#062E13 (or 0x062E13) is known color: Deep Fir. HEX triplet: 06, 2E and 13. RGB value is (6,46,19). Sum of RGB (Red+Green+Blue) = 6+46+19=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 46 (18.36% from 255 or 64.79% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 46 - color contains mainly: green. Hex color #062E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062E13 is #F9D1EC. Grayscale: #1F1F1F. Windows color (decimal): -16372205 or 1256966. OLE color: 1256966.

HSL color Cylindrical-coordinate representation of color #062E13: hue angle of 139.5º 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 #062E13 is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.82.

Color convert

RGB 6 46 19 -
CMYK 0.87 0 0.59 0.82
HSL 139.5º 0.77% 0.1% -
HSV(B) 139.5º 0.87% 0.18% -
XYZ 1.17 2.04 0.95 -
YUV 30.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 6 46 19 0.87 0 0.59 0.82 139.5 0.77 0.1
Hex 6 2E 13 57 0 3B 52 8C 4D A
Octal 6 56 23 127 0 73 122 214 115 12
Binary 110 101110 10011 1010111 0 111011 1010010 10001100 1001101 1010

Color Harmonies of #062E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062E13

Black with #062E13

Text Example


Text Example

White with #062E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #062E13;
 }
 .AnyTagClassName
 {
   color: #062E13;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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