#084A1D

Color #084A1D British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #084A1D

Tints of British Racing Green #084A1D

Color information

#084A1D (or 0x084A1D) is unknown color: approx British Racing Green. HEX triplet: 08, 4A and 1D. RGB value is (8,74,29). Sum of RGB (Red+Green+Blue) = 8+74+29=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 74 (29.30% from 255 or 66.67% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 74 - color contains mainly: green. Hex color #084A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084A1D is #F7B5E2. Grayscale: #313131. Windows color (decimal): -16233955 or 1919496. OLE color: 1919496.

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

Color convert

RGB87429-
CMYK0.8900.610.71
HSL139.09º80.49%16.08%-
HSV(B)139.09º89.19%29.02%-
XYZ2.775.041.99-
YUV49.14116.6398.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 74 (29.30% from 255) = 66.67%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=7.21%
G=66.67%
B=26.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal874290.8900.610.71139.0980.4916.08
Hex84A1D5903D478b5010
Octal101123513107510721312020
Binary100010010101110110110010111101100011110001011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #084A1D;
 }
 .AnyTagClassName
 {
   color: #084A1D;
 }
</style>
background-color css

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

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

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

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

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

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