Html Css Color HEX #08422C British Racing Green

📋 copy color: '#08422C'

red 8 ◦ green 66 ◦ blue 44

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

Shades of British Racing Green #08422C

Tints of British Racing Green #08422C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 37.29%

R = 6.78%
G = 55.93%
B = 37.29%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.33

 K value IS 0.74

RGB Variations

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

Color information

#08422C (or 0x08422C) is known color: British Racing Green. HEX triplet: 08, 42 and 2C. RGB value is (8,66,44). Sum of RGB (Red+Green+Blue) = 8+66+44=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #08422C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08422C is #F7BDD3. Grayscale: #2E2E2E. Windows color (decimal): -16235988 or 2900488. OLE color: 2900488.

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

Color convert

RGB 8 66 44 -
CMYK 0.88 0 0.33 0.74
HSL 157.24º 0.78% 0.15% -
HSV(B) 157.24º 0.88% 0.26% -
XYZ 2.5 4.13 3.05 -
YUV 46.15 126.78 100.79 -
System Red Green Blue C M Y K H S L
Decimal 8 66 44 0.88 0 0.33 0.74 157.24 0.78 0.15
Hex 8 42 2C 58 0 21 4A 9D 4E F
Octal 10 102 54 130 0 41 112 235 116 17
Binary 1000 1000010 101100 1011000 0 100001 1001010 10011101 1001110 1111

Color Harmonies of #08422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08422C

Black with #08422C

Text Example


Text Example

White with #08422C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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