#08431E

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

Shades of British Racing Green #08431E

Tints of British Racing Green #08431E

Color information

#08431E (or 0x08431E) is unknown color: approx British Racing Green. HEX triplet: 08, 43 and 1E. RGB value is (8,67,30). Sum of RGB (Red+Green+Blue) = 8+67+30=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 67 (26.56% from 255 or 63.81% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 67 - color contains mainly: green. Hex color #08431E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08431E is #F7BCE1. Grayscale: #2D2D2D. Windows color (decimal): -16235746 or 1983240. OLE color: 1983240.

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

Color convert

RGB86730-
CMYK0.8800.550.74
HSL142.37º78.67%14.71%-
HSV(B)142.37º88.06%26.27%-
XYZ2.344.161.91-
YUV45.14119.45101.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.62%
GREEN value IS 67 (26.56% from 255) = 63.81%
BLUE value IS 30 (12.11% from 255) = 28.57%
R=7.62%
G=63.81%
B=28.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal867300.8800.550.74142.3778.6714.71
Hex8431E580374A8e4ff
Octal101033613006711221611717
Binary10001000011111101011000011011110010101000111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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