Html Css Color HEX #08422A British Racing Green

📋 copy color: '#08422A'

red 8 ◦ green 66 ◦ blue 42

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

Shades of British Racing Green #08422A

Tints of British Racing Green #08422A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 36.21%

R = 6.9%
G = 56.9%
B = 36.21%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#08422A (or 0x08422A) is known color: British Racing Green. HEX triplet: 08, 42 and 2A. RGB value is (8,66,42). Sum of RGB (Red+Green+Blue) = 8+66+42=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #08422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08422A is #F7BDD5. Grayscale: #2D2D2D. Windows color (decimal): -16235990 or 2769416. OLE color: 2769416.

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

Color convert

RGB 8 66 42 -
CMYK 0.88 0 0.36 0.74
HSL 155.17º 0.78% 0.15% -
HSV(B) 155.17º 0.88% 0.26% -
XYZ 2.47 4.12 2.85 -
YUV 45.92 125.78 100.95 -
System Red Green Blue C M Y K H S L
Decimal 8 66 42 0.88 0 0.36 0.74 155.17 0.78 0.15
Hex 8 42 2A 58 0 24 4A 9B 4E F
Octal 10 102 52 130 0 44 112 233 116 17
Binary 1000 1000010 101010 1011000 0 100100 1001010 10011011 1001110 1111

Color Harmonies of #08422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08422A

Black with #08422A

Text Example


Text Example

White with #08422A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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