Html Css Color HEX #053B1C British Racing Green

📋 copy color: '#053B1C'

red 5 ◦ green 59 ◦ blue 28

#053B1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #053B1C

Tints of British Racing Green #053B1C

RGB

 RED value IS 5 (2.34% from 255) = 5.43%

 GREEN value IS 59 (23.44% from 255) = 64.13%

 BLUE value IS 28 (11.33% from 255) = 30.43%

R = 5.43%
G = 64.13%
B = 30.43%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.53

 K value IS 0.77

RGB Variations

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

Color information

#053B1C (or 0x053B1C) is known color: British Racing Green. HEX triplet: 05, 3B and 1C. RGB value is (5,59,28). Sum of RGB (Red+Green+Blue) = 5+59+28=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 59 (23.44% from 255 or 64.13% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 59 - color contains mainly: green. Hex color #053B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B1C is #FAC4E3. Grayscale: #272727. Windows color (decimal): -16434404 or 1850117. OLE color: 1850117.

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

Color convert

RGB 5 59 28 -
CMYK 0.92 0 0.53 0.77
HSL 145.56º 0.84% 0.13% -
HSV(B) 145.56º 0.92% 0.23% -
XYZ 1.84 3.24 1.63 -
YUV 39.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 5 59 28 0.92 0 0.53 0.77 145.56 0.84 0.13
Hex 5 3B 1C 5C 0 35 4D 92 54 D
Octal 5 73 34 134 0 65 115 222 124 15
Binary 101 111011 11100 1011100 0 110101 1001101 10010010 1010100 1101

Color Harmonies of #053B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053B1C

Black with #053B1C

Text Example


Text Example

White with #053B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #053B1C;
 }
 .AnyTagClassName
 {
   color: #053B1C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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