Html Css Color HEX #08451D British Racing Green

📋 copy color: '#08451D'

red 8 ◦ green 69 ◦ blue 29

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

Shades of British Racing Green #08451D

Tints of British Racing Green #08451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 65.09%

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

R = 7.55%
G = 65.09%
B = 27.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#08451D (or 0x08451D) is known color: British Racing Green. HEX triplet: 08, 45 and 1D. RGB value is (8,69,29). Sum of RGB (Red+Green+Blue) = 8+69+29=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 69 (27.34% from 255 or 65.09% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 69 - color contains mainly: green. Hex color #08451D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08451D is #F7BAE2. Grayscale: #2E2E2E. Windows color (decimal): -16235235 or 1918216. OLE color: 1918216.

HSL color Cylindrical-coordinate representation of color #08451D: hue angle of 140.66º 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 #08451D is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 69 29 -
CMYK 0.88 0 0.58 0.73
HSL 140.66º 0.79% 0.15% -
HSV(B) 140.66º 0.88% 0.27% -
XYZ 2.45 4.4 1.88 -
YUV 46.2 118.29 100.75 -
System Red Green Blue C M Y K H S L
Decimal 8 69 29 0.88 0 0.58 0.73 140.66 0.79 0.15
Hex 8 45 1D 58 0 3A 49 8D 4F F
Octal 10 105 35 130 0 72 111 215 117 17
Binary 1000 1000101 11101 1011000 0 111010 1001001 10001101 1001111 1111

Color Harmonies of #08451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08451D

Black with #08451D

Text Example


Text Example

White with #08451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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