#053B2A

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

Shades of British Racing Green #053B2A

Tints of British Racing Green #053B2A

Color information

#053B2A (or 0x053B2A) is unknown color: approx British Racing Green. HEX triplet: 05, 3B and 2A. RGB value is (5,59,42). Sum of RGB (Red+Green+Blue) = 5+59+42=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 59 (23.44% from 255 or 55.66% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 59 - color contains mainly: green. Hex color #053B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B2A is #FAC4D5. Grayscale: #282828. Windows color (decimal): -16434390 or 2767621. OLE color: 2767621.

HSL color Cylindrical-coordinate representation of color #053B2A: hue angle of 161.11º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053B2A is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB55942-
CMYK0.9200.290.77
HSL161.11º84.38%12.55%-
HSV(B)161.11º91.53%23.14%-
XYZ2.043.332.72-
YUV40.92128.61102.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 59 (23.44% from 255) = 55.66%
BLUE value IS 42 (16.80% from 255) = 39.62%
R=4.72%
G=55.66%
B=39.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal559420.9200.290.77161.1184.3812.55
Hex53B2A5C01D4Da154d
Octal5735213403511524112415
Binary101111011101010101110001110110011011010000110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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