Html Css Color HEX #08481D British Racing Green

📋 copy color: '#08481D'

red 8 ◦ green 72 ◦ blue 29

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

Shades of British Racing Green #08481D

Tints of British Racing Green #08481D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 26.61%

R = 7.34%
G = 66.06%
B = 26.61%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#08481D (or 0x08481D) is known color: British Racing Green. HEX triplet: 08, 48 and 1D. RGB value is (8,72,29). Sum of RGB (Red+Green+Blue) = 8+72+29=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 72 (28.52% from 255 or 66.06% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 72 - color contains mainly: green. Hex color #08481D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08481D is #F7B7E2. Grayscale: #303030. Windows color (decimal): -16234467 or 1918984. OLE color: 1918984.

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

Color convert

RGB 8 72 29 -
CMYK 0.89 0 0.60 0.72
HSL 139.69º 0.8% 0.16% -
HSV(B) 139.69º 0.89% 0.28% -
XYZ 2.64 4.78 1.94 -
YUV 47.96 117.3 99.5 -
System Red Green Blue C M Y K H S L
Decimal 8 72 29 0.89 0 0.60 0.72 139.69 0.8 0.16
Hex 8 48 1D 59 0 3C 48 8C 50 10
Octal 10 110 35 131 0 74 110 214 120 20
Binary 1000 1001000 11101 1011001 0 111100 1001000 10001100 1010000 10000

Color Harmonies of #08481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08481D

Black with #08481D

Text Example


Text Example

White with #08481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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