#084925

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

Shades of British Racing Green #084925

Tints of British Racing Green #084925

Color information

#084925 (or 0x084925) is unknown color: approx British Racing Green. HEX triplet: 08, 49 and 25. RGB value is (8,73,37). Sum of RGB (Red+Green+Blue) = 8+73+37=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 73 (28.91% from 255 or 61.86% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 73 - color contains mainly: green. Hex color #084925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084925 is #F7B6DA. Grayscale: #313131. Windows color (decimal): -16234203 or 2443528. OLE color: 2443528.

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

Color convert

RGB87337-
CMYK0.8900.490.71
HSL146.77º80.25%15.88%-
HSV(B)146.77º89.04%28.63%-
XYZ2.824.952.56-
YUV49.46120.9798.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.78%
GREEN value IS 73 (28.91% from 255) = 61.86%
BLUE value IS 37 (14.84% from 255) = 31.36%
R=6.78%
G=61.86%
B=31.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal873370.8900.490.71146.7780.2515.88
Hex849255903147935010
Octal101114513106110722312020
Binary1000100100110010110110010110001100011110010011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084925; }

 p { color: rgb(8,73,37); }

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

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

 a { background-color: rgb(8,73,37); }

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

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

 span { border-color: rgb(8,73,37); }

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