#053E27

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

Shades of British Racing Green #053E27

Tints of British Racing Green #053E27

Color information

#053E27 (or 0x053E27) is unknown color: approx British Racing Green. HEX triplet: 05, 3E and 27. RGB value is (5,62,39). Sum of RGB (Red+Green+Blue) = 5+62+39=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 62 (24.61% from 255 or 58.49% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 62 - color contains mainly: green. Hex color #053E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E27 is #FAC1D8. Grayscale: #2A2A2A. Windows color (decimal): -16433625 or 2571781. OLE color: 2571781.

HSL color Cylindrical-coordinate representation of color #053E27: hue angle of 155.79º 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 #053E27 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.76.

Color convert

RGB56239-
CMYK0.9200.370.76
HSL155.79º85.07%13.14%-
HSV(B)155.79º91.94%24.31%-
XYZ2.153.622.51-
YUV42.33126.12101.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 62 (24.61% from 255) = 58.49%
BLUE value IS 39 (15.62% from 255) = 36.79%
R=4.72%
G=58.49%
B=36.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal562390.9200.370.76155.7985.0713.14
Hex53E275C0254C9c55d
Octal5764713404511423412515
Binary1011111101001111011100010010110011001001110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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