Html Css Color HEX #08451E British Racing Green

📋 copy color: '#08451E'

red 8 ◦ green 69 ◦ blue 30

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

Shades of British Racing Green #08451E

Tints of British Racing Green #08451E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 28.04%

R = 7.48%
G = 64.49%
B = 28.04%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#08451E (or 0x08451E) is known color: British Racing Green. HEX triplet: 08, 45 and 1E. RGB value is (8,69,30). Sum of RGB (Red+Green+Blue) = 8+69+30=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 69 (27.34% from 255 or 64.49% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 69 - color contains mainly: green. Hex color #08451E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08451E is #F7BAE1. Grayscale: #2E2E2E. Windows color (decimal): -16235234 or 1983752. OLE color: 1983752.

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

Color convert

RGB 8 69 30 -
CMYK 0.88 0 0.57 0.73
HSL 141.64º 0.79% 0.15% -
HSV(B) 141.64º 0.88% 0.27% -
XYZ 2.46 4.4 1.95 -
YUV 46.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 8 69 30 0.88 0 0.57 0.73 141.64 0.79 0.15
Hex 8 45 1E 58 0 39 49 8E 4F F
Octal 10 105 36 130 0 71 111 216 117 17
Binary 1000 1000101 11110 1011000 0 111001 1001001 10001110 1001111 1111

Color Harmonies of #08451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08451E

Black with #08451E

Text Example


Text Example

White with #08451E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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