#08422A

Color #08422A British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #08422A

Tints of British Racing Green #08422A

Color information

#08422A (or 0x08422A) is unknown color: approx 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

RGB86642-
CMYK0.8800.360.74
HSL155.17º78.38%14.51%-
HSV(B)155.17º87.88%25.88%-
XYZ2.474.122.85-
YUV45.92125.78100.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 66 (26.17% from 255) = 56.90%
BLUE value IS 42 (16.80% from 255) = 36.21%
R=6.90%
G=56.90%
B=36.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal866420.8800.360.74155.1778.3814.51
Hex8422A580244A9b4ef
Octal101025213004411223311617
Binary100010000101010101011000010010010010101001101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>