#053F2A

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

Shades of British Racing Green #053F2A

Tints of British Racing Green #053F2A

Color information

#053F2A (or 0x053F2A) is unknown color: approx British Racing Green. HEX triplet: 05, 3F and 2A. RGB value is (5,63,42). Sum of RGB (Red+Green+Blue) = 5+63+42=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 63 (25% from 255 or 57.27% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 63 - color contains mainly: green. Hex color #053F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F2A is #FAC0D5. Grayscale: #2B2B2B. Windows color (decimal): -16433366 or 2768645. OLE color: 2768645.

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

Color convert

RGB56342-
CMYK0.9200.330.75
HSL158.28º85.29%13.33%-
HSV(B)158.28º92.06%24.71%-
XYZ2.263.752.8-
YUV43.26127.28100.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.55%
GREEN value IS 63 (25% from 255) = 57.27%
BLUE value IS 42 (16.80% from 255) = 38.18%
R=4.55%
G=57.27%
B=38.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal563420.9200.330.75158.2885.2913.33
Hex53F2A5C0214B9e55d
Octal5775213404111323612515
Binary1011111111010101011100010000110010111001111010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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