Html Css Color HEX #084A1A Deep Fir

📋 copy color: '#084A1A'

red 8 ◦ green 74 ◦ blue 26

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

Shades of Deep Fir #084A1A

Tints of Deep Fir #084A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 24.07%

R = 7.41%
G = 68.52%
B = 24.07%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#084A1A (or 0x084A1A) is known color: Deep Fir. HEX triplet: 08, 4A and 1A. RGB value is (8,74,26). Sum of RGB (Red+Green+Blue) = 8+74+26=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 74 (29.30% from 255 or 68.52% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 74 - color contains mainly: green. Hex color #084A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084A1A is #F7B5E5. Grayscale: #303030. Windows color (decimal): -16233958 or 1722888. OLE color: 1722888.

HSL color Cylindrical-coordinate representation of color #084A1A: hue angle of 136.36º 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 #084A1A is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 74 26 -
CMYK 0.89 0 0.65 0.71
HSL 136.36º 0.8% 0.16% -
HSV(B) 136.36º 0.89% 0.29% -
XYZ 2.74 5.02 1.8 -
YUV 48.79 115.13 98.9 -
System Red Green Blue C M Y K H S L
Decimal 8 74 26 0.89 0 0.65 0.71 136.36 0.8 0.16
Hex 8 4A 1A 59 0 41 47 88 50 10
Octal 10 112 32 131 0 101 107 210 120 20
Binary 1000 1001010 11010 1011001 0 1000001 1000111 10001000 1010000 10000

Color Harmonies of #084A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084A1A

Black with #084A1A

Text Example


Text Example

White with #084A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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