#08442B

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

Shades of British Racing Green #08442B

Tints of British Racing Green #08442B

Color information

#08442B (or 0x08442B) is unknown color: approx British Racing Green. HEX triplet: 08, 44 and 2B. RGB value is (8,68,43). Sum of RGB (Red+Green+Blue) = 8+68+43=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 68 (26.95% from 255 or 57.14% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 68 - color contains mainly: green. Hex color #08442B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08442B is #F7BBD4. Grayscale: #2F2F2F. Windows color (decimal): -16235477 or 2835464. OLE color: 2835464.

HSL color Cylindrical-coordinate representation of color #08442B: hue angle of 155º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08442B is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB86843-
CMYK0.8800.370.73
HSL155º78.95%14.9%-
HSV(B)155º88.24%26.67%-
XYZ2.64.362.99-
YUV47.21125.62100.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 68 (26.95% from 255) = 57.14%
BLUE value IS 43 (17.19% from 255) = 36.13%
R=6.72%
G=57.14%
B=36.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal868430.8800.370.7315578.9514.9
Hex8442B58025499b4ff
Octal101045313004511123311717
Binary100010001001010111011000010010110010011001101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08442B; }

 p { color: rgb(8,68,43); }

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

<style>
 a { background-color: #08442B; }

 a { background-color: rgb(8,68,43); }

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

<style>
 span { border-color: #08442B; }

 span { border-color: rgb(8,68,43); }

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