Html Css Color HEX #08421D British Racing Green

📋 copy color: '#08421D'

red 8 ◦ green 66 ◦ blue 29

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

Shades of British Racing Green #08421D

Tints of British Racing Green #08421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 64.08%

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

R = 7.77%
G = 64.08%
B = 28.16%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#08421D (or 0x08421D) is known color: British Racing Green. HEX triplet: 08, 42 and 1D. RGB value is (8,66,29). Sum of RGB (Red+Green+Blue) = 8+66+29=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 66 (26.17% from 255 or 64.08% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 66 - color contains mainly: green. Hex color #08421D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08421D is #F7BDE2. Grayscale: #2C2C2C. Windows color (decimal): -16236003 or 1917448. OLE color: 1917448.

HSL color Cylindrical-coordinate representation of color #08421D: hue angle of 141.72º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08421D is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 8 66 29 -
CMYK 0.88 0 0.56 0.74
HSL 141.72º 0.78% 0.15% -
HSV(B) 141.72º 0.88% 0.26% -
XYZ 2.27 4.04 1.82 -
YUV 44.44 119.28 102.01 -
System Red Green Blue C M Y K H S L
Decimal 8 66 29 0.88 0 0.56 0.74 141.72 0.78 0.15
Hex 8 42 1D 58 0 38 4A 8E 4E F
Octal 10 102 35 130 0 70 112 216 116 17
Binary 1000 1000010 11101 1011000 0 111000 1001010 10001110 1001110 1111

Color Harmonies of #08421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08421D

Black with #08421D

Text Example


Text Example

White with #08421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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