#08422E

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

Shades of British Racing Green #08422E

Tints of British Racing Green #08422E

Color information

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

RGB86646-
CMYK0.8800.300.74
HSL159.31º78.38%14.51%-
HSV(B)159.31º87.88%25.88%-
XYZ2.544.153.25-
YUV46.38127.78100.63-

RGB Variations

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

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 (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal866460.8800.300.74159.3178.3814.51
Hex8422E5801E4A9f4ef
Octal101025613003611223711617
Binary10001000010101110101100001111010010101001111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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