Html Css Color HEX #08461D British Racing Green

📋 copy color: '#08461D'

red 8 ◦ green 70 ◦ blue 29

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

Shades of British Racing Green #08461D

Tints of British Racing Green #08461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 65.42%

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

R = 7.48%
G = 65.42%
B = 27.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#08461D (or 0x08461D) is known color: British Racing Green. HEX triplet: 08, 46 and 1D. RGB value is (8,70,29). Sum of RGB (Red+Green+Blue) = 8+70+29=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 70 (27.73% from 255 or 65.42% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 70 - color contains mainly: green. Hex color #08461D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08461D is #F7B9E2. Grayscale: #2E2E2E. Windows color (decimal): -16234979 or 1918472. OLE color: 1918472.

HSL color Cylindrical-coordinate representation of color #08461D: hue angle of 140.32º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08461D is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 70 29 -
CMYK 0.89 0 0.59 0.73
HSL 140.32º 0.79% 0.15% -
HSV(B) 140.32º 0.89% 0.27% -
XYZ 2.51 4.52 1.9 -
YUV 46.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 8 70 29 0.89 0 0.59 0.73 140.32 0.79 0.15
Hex 8 46 1D 59 0 3B 49 8C 4F F
Octal 10 106 35 131 0 73 111 214 117 17
Binary 1000 1000110 11101 1011001 0 111011 1001001 10001100 1001111 1111

Color Harmonies of #08461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08461D

Black with #08461D

Text Example


Text Example

White with #08461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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