Html Css Color HEX #084425 British Racing Green

📋 copy color: '#084425'

red 8 ◦ green 68 ◦ blue 37

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

Shades of British Racing Green #084425

Tints of British Racing Green #084425

RGB

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

 GREEN value IS 68 (26.95% from 255) = 60.18%

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

R = 7.08%
G = 60.18%
B = 32.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#084425 (or 0x084425) is known color: British Racing Green. HEX triplet: 08, 44 and 25. RGB value is (8,68,37). Sum of RGB (Red+Green+Blue) = 8+68+37=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 68 (26.95% from 255 or 60.18% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 68 - color contains mainly: green. Hex color #084425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084425 is #F7BBDA. Grayscale: #2E2E2E. Windows color (decimal): -16235483 or 2442248. OLE color: 2442248.

HSL color Cylindrical-coordinate representation of color #084425: hue angle of 149º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084425 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 68 37 -
CMYK 0.88 0 0.46 0.73
HSL 149º 0.79% 0.15% -
HSV(B) 149º 0.88% 0.27% -
XYZ 2.5 4.32 2.45 -
YUV 46.53 122.62 100.52 -
System Red Green Blue C M Y K H S L
Decimal 8 68 37 0.88 0 0.46 0.73 149 0.79 0.15
Hex 8 44 25 58 0 2E 49 95 4F F
Octal 10 104 45 130 0 56 111 225 117 17
Binary 1000 1000100 100101 1011000 0 101110 1001001 10010101 1001111 1111

Color Harmonies of #084425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084425

Black with #084425

Text Example


Text Example

White with #084425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084425; }

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

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

background-color css

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

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

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

border-color css

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

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

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