Html Css Color HEX #08481F British Racing Green

📋 copy color: '#08481F'

red 8 ◦ green 72 ◦ blue 31

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

Shades of British Racing Green #08481F

Tints of British Racing Green #08481F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 27.93%

R = 7.21%
G = 64.86%
B = 27.93%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#08481F (or 0x08481F) is known color: British Racing Green. HEX triplet: 08, 48 and 1F. RGB value is (8,72,31). Sum of RGB (Red+Green+Blue) = 8+72+31=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 72 (28.52% from 255 or 64.86% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 72 - color contains mainly: green. Hex color #08481F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08481F is #F7B7E0. Grayscale: #303030. Windows color (decimal): -16234465 or 2050056. OLE color: 2050056.

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

Color convert

RGB 8 72 31 -
CMYK 0.89 0 0.57 0.72
HSL 141.56º 0.8% 0.16% -
HSV(B) 141.56º 0.89% 0.28% -
XYZ 2.66 4.79 2.08 -
YUV 48.19 118.3 99.33 -
System Red Green Blue C M Y K H S L
Decimal 8 72 31 0.89 0 0.57 0.72 141.56 0.8 0.16
Hex 8 48 1F 59 0 39 48 8E 50 10
Octal 10 110 37 131 0 71 110 216 120 20
Binary 1000 1001000 11111 1011001 0 111001 1001000 10001110 1010000 10000

Color Harmonies of #08481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08481F

Black with #08481F

Text Example


Text Example

White with #08481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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