#05431E

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

Shades of British Racing Green #05431E

Tints of British Racing Green #05431E

Color information

#05431E (or 0x05431E) is unknown color: approx British Racing Green. HEX triplet: 05, 43 and 1E. RGB value is (5,67,30). Sum of RGB (Red+Green+Blue) = 5+67+30=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 67 (26.56% from 255 or 65.69% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 67 - color contains mainly: green. Hex color #05431E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05431E is #FABCE1. Grayscale: #2C2C2C. Windows color (decimal): -16432354 or 1983237. OLE color: 1983237.

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

Color convert

RGB56730-
CMYK0.9300.550.74
HSL144.19º86.11%14.12%-
HSV(B)144.19º92.54%26.27%-
XYZ2.34.141.91-
YUV44.24119.96100.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 67 (26.56% from 255) = 65.69%
BLUE value IS 30 (12.11% from 255) = 29.41%
R=4.90%
G=65.69%
B=29.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567300.9300.550.74144.1986.1114.12
Hex5431E5D0374A9056e
Octal51033613506711222012616
Binary1011000011111101011101011011110010101001000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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