#084f1d

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

Shades of British Racing Green #084F1D

Tints of British Racing Green #084F1D

Color information

#084F1D (or 0x084F1D) is unknown color: approx British Racing Green. HEX triplet: 08, 4F and 1D. RGB value is (8,79,29). Sum of RGB (Red+Green+Blue) = 8+79+29=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 79 (31.25% from 255 or 68.10% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 79 - color contains mainly: green. Hex color #084F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F1D is #F7B0E2. Grayscale: #343434. Windows color (decimal): -16232675 or 1920776. OLE color: 1920776.

HSL color Cylindrical-coordinate representation of color #084F1D: hue angle of 137.75º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084F1D is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.

Color convert

RGB87929-
CMYK0.9000.630.69
HSL137.75º81.61%17.06%-
HSV(B)137.75º89.87%30.98%-
XYZ3.125.732.1-
YUV52.07114.9896.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 79 (31.25% from 255) = 68.10%
BLUE value IS 29 (11.72% from 255) = 25%
R=6.90%
G=68.10%
B=25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal879290.9000.630.69137.7581.6117.06
Hex84F1D5A03F458a5211
Octal101173513207710521212221
Binary100010011111110110110100111111100010110001010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084f1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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