Html Css Color HEX #062D13 Deep Fir

📋 copy color: '#062D13'

red 6 ◦ green 45 ◦ blue 19

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

Shades of Deep Fir #062D13

Tints of Deep Fir #062D13

RGB

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

 GREEN value IS 45 (17.97% from 255) = 64.29%

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

R = 8.57%
G = 64.29%
B = 27.14%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.58

 K value IS 0.82

RGB Variations

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

Color information

#062D13 (or 0x062D13) is known color: Deep Fir. HEX triplet: 06, 2D and 13. RGB value is (6,45,19). Sum of RGB (Red+Green+Blue) = 6+45+19=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 45 (17.97% from 255 or 64.29% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 45 - color contains mainly: green. Hex color #062D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062D13 is #F9D2EC. Grayscale: #1E1E1E. Windows color (decimal): -16372461 or 1256710. OLE color: 1256710.

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

Color convert

RGB 6 45 19 -
CMYK 0.87 0 0.58 0.82
HSL 140º 0.76% 0.1% -
HSV(B) 140º 0.87% 0.18% -
XYZ 1.13 1.96 0.94 -
YUV 30.38 121.58 110.61 -
System Red Green Blue C M Y K H S L
Decimal 6 45 19 0.87 0 0.58 0.82 140 0.76 0.1
Hex 6 2D 13 57 0 3A 52 8C 4C A
Octal 6 55 23 127 0 72 122 214 114 12
Binary 110 101101 10011 1010111 0 111010 1010010 10001100 1001100 1010

Color Harmonies of #062D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D13

Black with #062D13

Text Example


Text Example

White with #062D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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