#08421F

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

Shades of British Racing Green #08421F

Tints of British Racing Green #08421F

Color information

#08421F (or 0x08421F) is unknown color: approx British Racing Green. HEX triplet: 08, 42 and 1F. RGB value is (8,66,31). Sum of RGB (Red+Green+Blue) = 8+66+31=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 66 (26.17% from 255 or 62.86% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 66 - color contains mainly: green. Hex color #08421F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08421F is #F7BDE0. Grayscale: #2C2C2C. Windows color (decimal): -16236001 or 2048520. OLE color: 2048520.

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

Color convert

RGB86631-
CMYK0.8800.530.74
HSL143.79º78.38%14.51%-
HSV(B)143.79º87.88%25.88%-
XYZ2.34.051.96-
YUV44.67120.28101.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.62%
GREEN value IS 66 (26.17% from 255) = 62.86%
BLUE value IS 31 (12.5% from 255) = 29.52%
R=7.62%
G=62.86%
B=29.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal866310.8800.530.74143.7978.3814.51
Hex8421F580354A904ef
Octal101023713006511222011617
Binary10001000010111111011000011010110010101001000010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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