#053C2F

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

Shades of British Racing Green #053C2F

Tints of British Racing Green #053C2F

Color information

#053C2F (or 0x053C2F) is unknown color: approx British Racing Green. HEX triplet: 05, 3C and 2F. RGB value is (5,60,47). Sum of RGB (Red+Green+Blue) = 5+60+47=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 60 (23.83% from 255 or 53.57% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 60 - color contains mainly: green. Hex color #053C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C2F is #FAC3D0. Grayscale: #2A2A2A. Windows color (decimal): -16434129 or 3095557. OLE color: 3095557.

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

Color convert

RGB56047-
CMYK0.9200.220.76
HSL165.82º84.62%12.75%-
HSV(B)165.82º91.67%23.53%-
XYZ2.193.473.24-
YUV42.07130.78101.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 60 (23.83% from 255) = 53.57%
BLUE value IS 47 (18.75% from 255) = 41.96%
R=4.46%
G=53.57%
B=41.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal560470.9200.220.76165.8284.6212.75
Hex53C2F5C0164Ca655d
Octal5745713402611424612515
Binary101111100101111101110001011010011001010011010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,60,47); }

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

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

 a { background-color: rgb(5,60,47); }

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

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

 span { border-color: rgb(5,60,47); }

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