#053F23

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

Shades of British Racing Green #053F23

Tints of British Racing Green #053F23

Color information

#053F23 (or 0x053F23) is unknown color: approx British Racing Green. HEX triplet: 05, 3F and 23. RGB value is (5,63,35). Sum of RGB (Red+Green+Blue) = 5+63+35=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 63 (25% from 255 or 61.17% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 63 - color contains mainly: green. Hex color #053F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F23 is #FAC0DC. Grayscale: #2A2A2A. Windows color (decimal): -16433373 or 2309893. OLE color: 2309893.

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

Color convert

RGB56335-
CMYK0.9200.440.75
HSL151.03º85.29%13.33%-
HSV(B)151.03º92.06%24.71%-
XYZ2.143.712.19-
YUV42.47123.78101.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.85%
GREEN value IS 63 (25% from 255) = 61.17%
BLUE value IS 35 (14.06% from 255) = 33.98%
R=4.85%
G=61.17%
B=33.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal563350.9200.440.75151.0385.2913.33
Hex53F235C02C4B9755d
Octal5774313405411322712515
Binary1011111111000111011100010110010010111001011110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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