Html Css Color HEX #053A1C British Racing Green

📋 copy color: '#053A1C'

red 5 ◦ green 58 ◦ blue 28

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

Shades of British Racing Green #053A1C

Tints of British Racing Green #053A1C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 63.74%

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

R = 5.49%
G = 63.74%
B = 30.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.52

 K value IS 0.77

RGB Variations

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

Color information

#053A1C (or 0x053A1C) is known color: British Racing Green. HEX triplet: 05, 3A and 1C. RGB value is (5,58,28). Sum of RGB (Red+Green+Blue) = 5+58+28=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 58 (23.05% from 255 or 63.74% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 58 - color contains mainly: green. Hex color #053A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A1C is #FAC5E3. Grayscale: #262626. Windows color (decimal): -16434660 or 1849861. OLE color: 1849861.

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

Color convert

RGB 5 58 28 -
CMYK 0.91 0 0.52 0.77
HSL 146.04º 0.84% 0.12% -
HSV(B) 146.04º 0.91% 0.23% -
XYZ 1.79 3.14 1.61 -
YUV 38.73 121.94 103.94 -
System Red Green Blue C M Y K H S L
Decimal 5 58 28 0.91 0 0.52 0.77 146.04 0.84 0.12
Hex 5 3A 1C 5B 0 34 4D 92 54 C
Octal 5 72 34 133 0 64 115 222 124 14
Binary 101 111010 11100 1011011 0 110100 1001101 10010010 1010100 1100

Color Harmonies of #053A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A1C

Black with #053A1C

Text Example


Text Example

White with #053A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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