Html Css Color HEX #08422E British Racing Green

📋 copy color: '#08422E'

red 8 ◦ green 66 ◦ blue 46

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

Shades of British Racing Green #08422E

Tints of British Racing Green #08422E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 38.33%

R = 6.67%
G = 55%
B = 38.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#08422E (or 0x08422E) is known color: British Racing Green. HEX triplet: 08, 42 and 2E. RGB value is (8,66,46). Sum of RGB (Red+Green+Blue) = 8+66+46=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #08422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08422E is #F7BDD1. Grayscale: #2E2E2E. Windows color (decimal): -16235986 or 3031560. OLE color: 3031560.

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

Color convert

RGB 8 66 46 -
CMYK 0.88 0 0.30 0.74
HSL 159.31º 0.78% 0.15% -
HSV(B) 159.31º 0.88% 0.26% -
XYZ 2.54 4.15 3.25 -
YUV 46.38 127.78 100.63 -
System Red Green Blue C M Y K H S L
Decimal 8 66 46 0.88 0 0.30 0.74 159.31 0.78 0.15
Hex 8 42 2E 58 0 1E 4A 9F 4E F
Octal 10 102 56 130 0 36 112 237 116 17
Binary 1000 1000010 101110 1011000 0 11110 1001010 10011111 1001110 1111

Color Harmonies of #08422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08422E

Black with #08422E

Text Example


Text Example

White with #08422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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