#053D2B

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

Shades of British Racing Green #053D2B

Tints of British Racing Green #053D2B

Color information

#053D2B (or 0x053D2B) is unknown color: approx British Racing Green. HEX triplet: 05, 3D and 2B. RGB value is (5,61,43). Sum of RGB (Red+Green+Blue) = 5+61+43=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 61 (24.22% from 255 or 55.96% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 61 - color contains mainly: green. Hex color #053D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053D2B is #FAC2D4. Grayscale: #2A2A2A. Windows color (decimal): -16433877 or 2833669. OLE color: 2833669.

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

Color convert

RGB56143-
CMYK0.9200.300.76
HSL160.71º84.85%12.94%-
HSV(B)160.71º91.8%23.92%-
XYZ2.173.542.86-
YUV42.2128.45101.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 61 (24.22% from 255) = 55.96%
BLUE value IS 43 (17.19% from 255) = 39.45%
R=4.59%
G=55.96%
B=39.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal561430.9200.300.76160.7184.8512.94
Hex53D2B5C01E4Ca155d
Octal5755313403611424112515
Binary101111101101011101110001111010011001010000110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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