#08441F

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

Shades of British Racing Green #08441F

Tints of British Racing Green #08441F

Color information

#08441F (or 0x08441F) is unknown color: approx British Racing Green. HEX triplet: 08, 44 and 1F. RGB value is (8,68,31). Sum of RGB (Red+Green+Blue) = 8+68+31=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 68 (26.95% from 255 or 63.55% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 68 - color contains mainly: green. Hex color #08441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08441F is #F7BBE0. Grayscale: #2D2D2D. Windows color (decimal): -16235489 or 2049032. OLE color: 2049032.

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

Color convert

RGB86831-
CMYK0.8800.540.73
HSL143º78.95%14.9%-
HSV(B)143º88.24%26.67%-
XYZ2.414.282-
YUV45.84119.62101.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.48%
GREEN value IS 68 (26.95% from 255) = 63.55%
BLUE value IS 31 (12.5% from 255) = 28.97%
R=7.48%
G=63.55%
B=28.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal868310.8800.540.7314378.9514.9
Hex8441F58036498f4ff
Octal101043713006611121711717
Binary10001000100111111011000011011010010011000111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08441F; }

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

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

<style>
 a { background-color: #08441F; }

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

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

<style>
 span { border-color: #08441F; }

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

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