Html Css Color HEX #084825 British Racing Green

📋 copy color: '#084825'

red 8 ◦ green 72 ◦ blue 37

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

Shades of British Racing Green #084825

Tints of British Racing Green #084825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 61.54%

 BLUE value IS 37 (14.84% from 255) = 31.62%

R = 6.84%
G = 61.54%
B = 31.62%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#084825 (or 0x084825) is known color: British Racing Green. HEX triplet: 08, 48 and 25. RGB value is (8,72,37). Sum of RGB (Red+Green+Blue) = 8+72+37=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #084825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084825 is #F7B7DA. Grayscale: #303030. Windows color (decimal): -16234459 or 2443272. OLE color: 2443272.

HSL color Cylindrical-coordinate representation of color #084825: hue angle of 147.19º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084825 is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 72 37 -
CMYK 0.89 0 0.49 0.72
HSL 147.19º 0.8% 0.16% -
HSV(B) 147.19º 0.89% 0.28% -
XYZ 2.75 4.82 2.54 -
YUV 48.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 8 72 37 0.89 0 0.49 0.72 147.19 0.8 0.16
Hex 8 48 25 59 0 31 48 93 50 10
Octal 10 110 45 131 0 61 110 223 120 20
Binary 1000 1001000 100101 1011001 0 110001 1001000 10010011 1010000 10000

Color Harmonies of #084825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084825

Black with #084825

Text Example


Text Example

White with #084825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084825; }

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

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

background-color css

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

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

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

border-color css

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

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

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