Html Css Color HEX #08492F British Racing Green

📋 copy color: '#08492F'

red 8 ◦ green 73 ◦ blue 47

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

Shades of British Racing Green #08492F

Tints of British Racing Green #08492F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 57.03%

 BLUE value IS 47 (18.75% from 255) = 36.72%

R = 6.25%
G = 57.03%
B = 36.72%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#08492F (or 0x08492F) is known color: British Racing Green. HEX triplet: 08, 49 and 2F. RGB value is (8,73,47). Sum of RGB (Red+Green+Blue) = 8+73+47=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 73 (28.91% from 255 or 57.03% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 73 - color contains mainly: green. Hex color #08492F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08492F is #F7B6D0. Grayscale: #323232. Windows color (decimal): -16234193 or 3098888. OLE color: 3098888.

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

Color convert

RGB 8 73 47 -
CMYK 0.89 0 0.36 0.71
HSL 156º 0.8% 0.16% -
HSV(B) 156º 0.89% 0.29% -
XYZ 3 5.02 3.5 -
YUV 50.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 8 73 47 0.89 0 0.36 0.71 156 0.8 0.16
Hex 8 49 2F 59 0 24 47 9C 50 10
Octal 10 111 57 131 0 44 107 234 120 20
Binary 1000 1001001 101111 1011001 0 100100 1000111 10011100 1010000 10000

Color Harmonies of #08492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08492F

Black with #08492F

Text Example


Text Example

White with #08492F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08492F; }

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

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

background-color css

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

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

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

border-color css

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

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

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