#053D2D

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

Shades of British Racing Green #053D2D

Tints of British Racing Green #053D2D

Color information

#053D2D (or 0x053D2D) is unknown color: approx British Racing Green. HEX triplet: 05, 3D and 2D. RGB value is (5,61,45). Sum of RGB (Red+Green+Blue) = 5+61+45=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 61 (24.22% from 255 or 54.95% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 61 - color contains mainly: green. Hex color #053D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053D2D is #FAC2D2. Grayscale: #2A2A2A. Windows color (decimal): -16433875 or 2964741. OLE color: 2964741.

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

Color convert

RGB56145-
CMYK0.9200.260.76
HSL162.86º84.85%12.94%-
HSV(B)162.86º91.8%23.92%-
XYZ2.23.563.05-
YUV42.43129.45101.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 61 (24.22% from 255) = 54.95%
BLUE value IS 45 (17.97% from 255) = 40.54%
R=4.50%
G=54.95%
B=40.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal561450.9200.260.76162.8684.8512.94
Hex53D2D5C01A4Ca355d
Octal5755513403211424312515
Binary101111101101101101110001101010011001010001110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,61,45); }

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

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

 a { background-color: rgb(5,61,45); }

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

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

 span { border-color: rgb(5,61,45); }

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