#084C1D

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

Shades of British Racing Green #084C1D

Tints of British Racing Green #084C1D

Color information

#084C1D (or 0x084C1D) is unknown color: approx British Racing Green. HEX triplet: 08, 4C and 1D. RGB value is (8,76,29). Sum of RGB (Red+Green+Blue) = 8+76+29=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 76 (30.08% from 255 or 67.26% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 76 - color contains mainly: green. Hex color #084C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084C1D is #F7B3E2. Grayscale: #323232. Windows color (decimal): -16233443 or 1920008. OLE color: 1920008.

HSL color Cylindrical-coordinate representation of color #084C1D: hue angle of 138.53º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084C1D is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB87629-
CMYK0.8900.620.70
HSL138.53º80.95%16.47%-
HSV(B)138.53º89.47%29.8%-
XYZ2.915.312.03-
YUV50.31115.9797.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 76 (30.08% from 255) = 67.26%
BLUE value IS 29 (11.72% from 255) = 25.66%
R=7.08%
G=67.26%
B=25.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal876290.8900.620.70138.5380.9516.47
Hex84C1D5903E468b5110
Octal101143513107610621312120
Binary100010011001110110110010111110100011010001011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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