Html Css Color HEX #08422D British Racing Green

📋 copy color: '#08422D'

red 8 ◦ green 66 ◦ blue 45

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

Shades of British Racing Green #08422D

Tints of British Racing Green #08422D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 37.82%

R = 6.72%
G = 55.46%
B = 37.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.32

 K value IS 0.74

RGB Variations

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

Color information

#08422D (or 0x08422D) is known color: British Racing Green. HEX triplet: 08, 42 and 2D. RGB value is (8,66,45). Sum of RGB (Red+Green+Blue) = 8+66+45=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #08422D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08422D is #F7BDD2. Grayscale: #2E2E2E. Windows color (decimal): -16235987 or 2966024. OLE color: 2966024.

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

Color convert

RGB 8 66 45 -
CMYK 0.88 0 0.32 0.74
HSL 158.28º 0.78% 0.15% -
HSV(B) 158.28º 0.88% 0.26% -
XYZ 2.52 4.14 3.15 -
YUV 46.26 127.28 100.71 -
System Red Green Blue C M Y K H S L
Decimal 8 66 45 0.88 0 0.32 0.74 158.28 0.78 0.15
Hex 8 42 2D 58 0 20 4A 9E 4E F
Octal 10 102 55 130 0 40 112 236 116 17
Binary 1000 1000010 101101 1011000 0 100000 1001010 10011110 1001110 1111

Color Harmonies of #08422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08422D

Black with #08422D

Text Example


Text Example

White with #08422D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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