Html Css Color HEX #084D1B Deep Fir

📋 copy color: '#084D1B'

red 8 ◦ green 77 ◦ blue 27

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

Shades of Deep Fir #084D1B

Tints of Deep Fir #084D1B

RGB

 RED value IS 8 (3.52% from 255) = 7.14%

 GREEN value IS 77 (30.47% from 255) = 68.75%

 BLUE value IS 27 (10.94% from 255) = 24.11%

R = 7.14%
G = 68.75%
B = 24.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#084D1B (or 0x084D1B) is known color: Deep Fir. HEX triplet: 08, 4D and 1B. RGB value is (8,77,27). Sum of RGB (Red+Green+Blue) = 8+77+27=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 77 (30.47% from 255 or 68.75% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 77 - color contains mainly: green. Hex color #084D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084D1B is #F7B2E4. Grayscale: #323232. Windows color (decimal): -16233189 or 1789192. OLE color: 1789192.

HSL color Cylindrical-coordinate representation of color #084D1B: hue angle of 136.52º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084D1B is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 77 27 -
CMYK 0.90 0 0.65 0.70
HSL 136.52º 0.81% 0.17% -
HSV(B) 136.52º 0.9% 0.3% -
XYZ 2.95 5.44 1.93 -
YUV 50.67 114.64 97.57 -
System Red Green Blue C M Y K H S L
Decimal 8 77 27 0.90 0 0.65 0.70 136.52 0.81 0.17
Hex 8 4D 1B 5A 0 41 46 89 51 11
Octal 10 115 33 132 0 101 106 211 121 21
Binary 1000 1001101 11011 1011010 0 1000001 1000110 10001001 1010001 10001

Color Harmonies of #084D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084D1B

Black with #084D1B

Text Example


Text Example

White with #084D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084D1B; }

 p { color: rgb(8,77,27); }

 H1.HeaderClassName
 {
   color: #084D1B;
 }
 .AnyTagClassName
 {
   color: #084D1B;
 }
</style>

background-color css

<style>
 a { background-color: #084D1B; }

 a { background-color: rgb(8,77,27); }

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

border-color css

<style>
 span { border-color: #084D1B; }

 span { border-color: rgb(8,77,27); }

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