#053A1E

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

Shades of British Racing Green #053A1E

Tints of British Racing Green #053A1E

Color information

#053A1E (or 0x053A1E) is unknown color: approx British Racing Green. HEX triplet: 05, 3A and 1E. RGB value is (5,58,30). Sum of RGB (Red+Green+Blue) = 5+58+30=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 58 (23.05% from 255 or 62.37% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 58 - color contains mainly: green. Hex color #053A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A1E is #FAC5E1. Grayscale: #272727. Windows color (decimal): -16434658 or 1980933. OLE color: 1980933.

HSL color Cylindrical-coordinate representation of color #053A1E: hue angle of 148.3º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A1E is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.77.

Color convert

RGB55830-
CMYK0.9100.480.77
HSL148.3º84.13%12.35%-
HSV(B)148.3º91.38%22.75%-
XYZ1.813.151.74-
YUV38.96122.94103.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 58 (23.05% from 255) = 62.37%
BLUE value IS 30 (12.11% from 255) = 32.26%
R=5.38%
G=62.37%
B=32.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558300.9100.480.77148.384.1312.35
Hex53A1E5B0304D9454c
Octal5723613306011522412414
Binary101111010111101011011011000010011011001010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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