#05431C

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

Shades of British Racing Green #05431C

Tints of British Racing Green #05431C

Color information

#05431C (or 0x05431C) is unknown color: approx British Racing Green. HEX triplet: 05, 43 and 1C. RGB value is (5,67,28). Sum of RGB (Red+Green+Blue) = 5+67+28=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 67 (26.56% from 255 or 67% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 67 - color contains mainly: green. Hex color #05431C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05431C is #FABCE3. Grayscale: #2C2C2C. Windows color (decimal): -16432356 or 1852165. OLE color: 1852165.

HSL color Cylindrical-coordinate representation of color #05431C: hue angle of 142.26º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05431C is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB56728-
CMYK0.9300.580.74
HSL142.26º86.11%14.12%-
HSV(B)142.26º92.54%26.27%-
XYZ2.284.131.78-
YUV44.02118.96100.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5%
GREEN value IS 67 (26.56% from 255) = 67%
BLUE value IS 28 (11.33% from 255) = 28%
R=5%
G=67%
B=28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567280.9300.580.74142.2686.1114.12
Hex5431C5D03A4A8e56e
Octal51033413507211221612616
Binary1011000011111001011101011101010010101000111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05431C; }

 p { color: rgb(5,67,28); }

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

<style>
 a { background-color: #05431C; }

 a { background-color: rgb(5,67,28); }

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

<style>
 span { border-color: #05431C; }

 span { border-color: rgb(5,67,28); }

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