#08431F

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

Shades of British Racing Green #08431F

Tints of British Racing Green #08431F

Color information

#08431F (or 0x08431F) is unknown color: approx British Racing Green. HEX triplet: 08, 43 and 1F. RGB value is (8,67,31). Sum of RGB (Red+Green+Blue) = 8+67+31=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 67 (26.56% from 255 or 63.21% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 67 - color contains mainly: green. Hex color #08431F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08431F is #F7BCE0. Grayscale: #2D2D2D. Windows color (decimal): -16235745 or 2048776. OLE color: 2048776.

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

Color convert

RGB86731-
CMYK0.8800.540.74
HSL143.39º78.67%14.71%-
HSV(B)143.39º88.06%26.27%-
XYZ2.354.161.98-
YUV45.26119.95101.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.55%
GREEN value IS 67 (26.56% from 255) = 63.21%
BLUE value IS 31 (12.5% from 255) = 29.25%
R=7.55%
G=63.21%
B=29.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal867310.8800.540.74143.3978.6714.71
Hex8431F580364A8f4ff
Octal101033713006611221711717
Binary10001000011111111011000011011010010101000111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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