#08422D

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

Shades of British Racing Green #08422D

Tints of British Racing Green #08422D

Color information

#08422D (or 0x08422D) is unknown color: approx British Racing Green. HEX triplet: 08, 42 and 2D. RGB value is (8,66,45). Sum of RGB (Red+Green+Blue) = 8+66+45=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #08422D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08422D is #F7BDD2. Grayscale: #2E2E2E. Windows color (decimal): -16235987 or 2966024. OLE color: 2966024.

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

Color convert

RGB86645-
CMYK0.8800.320.74
HSL158.28º78.38%14.51%-
HSV(B)158.28º87.88%25.88%-
XYZ2.524.143.15-
YUV46.26127.28100.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 66 (26.17% from 255) = 55.46%
BLUE value IS 45 (17.97% from 255) = 37.82%
R=6.72%
G=55.46%
B=37.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal866450.8800.320.74158.2878.3814.51
Hex8422D580204A9e4ef
Octal101025513004011223611617
Binary100010000101011011011000010000010010101001111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08422D;
 }
 .AnyTagClassName
 {
   color: #08422D;
 }
</style>
background-color css

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

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

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

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

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

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