Html Css Color HEX #08422F British Racing Green

📋 copy color: '#08422F'

red 8 ◦ green 66 ◦ blue 47

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

Shades of British Racing Green #08422F

Tints of British Racing Green #08422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 38.84%

R = 6.61%
G = 54.55%
B = 38.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#08422F (or 0x08422F) is known color: British Racing Green. HEX triplet: 08, 42 and 2F. RGB value is (8,66,47). Sum of RGB (Red+Green+Blue) = 8+66+47=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #08422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08422F is #F7BDD0. Grayscale: #2E2E2E. Windows color (decimal): -16235985 or 3097096. OLE color: 3097096.

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

Color convert

RGB 8 66 47 -
CMYK 0.88 0 0.29 0.74
HSL 160.34º 0.78% 0.15% -
HSV(B) 160.34º 0.88% 0.26% -
XYZ 2.56 4.15 3.36 -
YUV 46.49 128.28 100.54 -
System Red Green Blue C M Y K H S L
Decimal 8 66 47 0.88 0 0.29 0.74 160.34 0.78 0.15
Hex 8 42 2F 58 0 1D 4A A0 4E F
Octal 10 102 57 130 0 35 112 240 116 17
Binary 1000 1000010 101111 1011000 0 11101 1001010 10100000 1001110 1111

Color Harmonies of #08422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08422F

Black with #08422F

Text Example


Text Example

White with #08422F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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