#053F1E

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

Shades of British Racing Green #053F1E

Tints of British Racing Green #053F1E

Color information

#053F1E (or 0x053F1E) is unknown color: approx British Racing Green. HEX triplet: 05, 3F and 1E. RGB value is (5,63,30). Sum of RGB (Red+Green+Blue) = 5+63+30=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 63 (25% from 255 or 64.29% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 63 - color contains mainly: green. Hex color #053F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F1E is #FAC0E1. Grayscale: #292929. Windows color (decimal): -16433378 or 1982213. OLE color: 1982213.

HSL color Cylindrical-coordinate representation of color #053F1E: hue angle of 145.86º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053F1E is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB56330-
CMYK0.9200.520.75
HSL145.86º85.29%13.33%-
HSV(B)145.86º92.06%24.71%-
XYZ2.073.681.83-
YUV41.9121.28101.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 63 (25% from 255) = 64.29%
BLUE value IS 30 (12.11% from 255) = 30.61%
R=5.10%
G=64.29%
B=30.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal563300.9200.520.75145.8685.2913.33
Hex53F1E5C0344B9255d
Octal5773613406411322212515
Binary101111111111101011100011010010010111001001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053F1E; }

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

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

<style>
 a { background-color: #053F1E; }

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

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

<style>
 span { border-color: #053F1E; }

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

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