#08442D

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

Shades of British Racing Green #08442D

Tints of British Racing Green #08442D

Color information

#08442D (or 0x08442D) is unknown color: approx British Racing Green. HEX triplet: 08, 44 and 2D. RGB value is (8,68,45). Sum of RGB (Red+Green+Blue) = 8+68+45=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #08442D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08442D is #F7BBD2. Grayscale: #2F2F2F. Windows color (decimal): -16235475 or 2966536. OLE color: 2966536.

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

Color convert

RGB86845-
CMYK0.8800.340.73
HSL157º78.95%14.9%-
HSV(B)157º88.24%26.67%-
XYZ2.644.383.19-
YUV47.44126.6299.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 68 (26.95% from 255) = 56.20%
BLUE value IS 45 (17.97% from 255) = 37.19%
R=6.61%
G=56.20%
B=37.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal868450.8800.340.7315778.9514.9
Hex8442D58022499d4ff
Octal101045513004211123511717
Binary100010001001011011011000010001010010011001110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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