#05431A

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

Shades of British Racing Green #05431A

Tints of British Racing Green #05431A

Color information

#05431A (or 0x05431A) is unknown color: approx British Racing Green. HEX triplet: 05, 43 and 1A. RGB value is (5,67,26). Sum of RGB (Red+Green+Blue) = 5+67+26=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 67 (26.56% from 255 or 68.37% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 67 - color contains mainly: green. Hex color #05431A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05431A is #FABCE5. Grayscale: #2B2B2B. Windows color (decimal): -16432358 or 1721093. OLE color: 1721093.

HSL color Cylindrical-coordinate representation of color #05431A: hue angle of 140.32º 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 #05431A is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB56726-
CMYK0.9300.610.74
HSL140.32º86.11%14.12%-
HSV(B)140.32º92.54%26.27%-
XYZ2.264.121.65-
YUV43.79117.96100.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 67 (26.56% from 255) = 68.37%
BLUE value IS 26 (10.55% from 255) = 26.53%
R=5.10%
G=68.37%
B=26.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567260.9300.610.74140.3286.1114.12
Hex5431A5D03D4A8c56e
Octal51033213507511221412616
Binary1011000011110101011101011110110010101000110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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