Html Css Color HEX #084A1B Deep Fir

📋 copy color: '#084A1B'

red 8 ◦ green 74 ◦ blue 27

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

Shades of Deep Fir #084A1B

Tints of Deep Fir #084A1B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 67.89%

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

R = 7.34%
G = 67.89%
B = 24.77%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#084A1B (or 0x084A1B) is known color: Deep Fir. HEX triplet: 08, 4A and 1B. RGB value is (8,74,27). Sum of RGB (Red+Green+Blue) = 8+74+27=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 74 (29.30% from 255 or 67.89% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 74 - color contains mainly: green. Hex color #084A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084A1B is #F7B5E4. Grayscale: #313131. Windows color (decimal): -16233957 or 1788424. OLE color: 1788424.

HSL color Cylindrical-coordinate representation of color #084A1B: hue angle of 137.27º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084A1B is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 74 27 -
CMYK 0.89 0 0.64 0.71
HSL 137.27º 0.8% 0.16% -
HSV(B) 137.27º 0.89% 0.29% -
XYZ 2.75 5.03 1.86 -
YUV 48.91 115.63 98.82 -
System Red Green Blue C M Y K H S L
Decimal 8 74 27 0.89 0 0.64 0.71 137.27 0.8 0.16
Hex 8 4A 1B 59 0 40 47 89 50 10
Octal 10 112 33 131 0 100 107 211 120 20
Binary 1000 1001010 11011 1011001 0 1000000 1000111 10001001 1010000 10000

Color Harmonies of #084A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084A1B

Black with #084A1B

Text Example


Text Example

White with #084A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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