#053E2A

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

Shades of British Racing Green #053E2A

Tints of British Racing Green #053E2A

Color information

#053E2A (or 0x053E2A) is unknown color: approx British Racing Green. HEX triplet: 05, 3E and 2A. RGB value is (5,62,42). Sum of RGB (Red+Green+Blue) = 5+62+42=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 62 (24.61% from 255 or 56.88% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 62 - color contains mainly: green. Hex color #053E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E2A is #FAC1D5. Grayscale: #2A2A2A. Windows color (decimal): -16433622 or 2768389. OLE color: 2768389.

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

Color convert

RGB56242-
CMYK0.9200.320.76
HSL158.95º85.07%13.14%-
HSV(B)158.95º91.94%24.31%-
XYZ2.23.642.78-
YUV42.68127.62101.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 62 (24.61% from 255) = 56.88%
BLUE value IS 42 (16.80% from 255) = 38.53%
R=4.59%
G=56.88%
B=38.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal562420.9200.320.76158.9585.0713.14
Hex53E2A5C0204C9f55d
Octal5765213404011423712515
Binary1011111101010101011100010000010011001001111110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,62,42); }

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

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

 a { background-color: rgb(5,62,42); }

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

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

 span { border-color: rgb(5,62,42); }

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