Html Css Color HEX #05471C British Racing Green

📋 copy color: '#05471C'

red 5 ◦ green 71 ◦ blue 28

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

Shades of British Racing Green #05471C

Tints of British Racing Green #05471C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 68.27%

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

R = 4.81%
G = 68.27%
B = 26.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#05471C (or 0x05471C) is known color: British Racing Green. HEX triplet: 05, 47 and 1C. RGB value is (5,71,28). Sum of RGB (Red+Green+Blue) = 5+71+28=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 71 (28.12% from 255 or 68.27% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 71 - color contains mainly: green. Hex color #05471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05471C is #FAB8E3. Grayscale: #2E2E2E. Windows color (decimal): -16431332 or 1853189. OLE color: 1853189.

HSL color Cylindrical-coordinate representation of color #05471C: hue angle of 140.91º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05471C is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 71 28 -
CMYK 0.93 0 0.61 0.72
HSL 140.91º 0.87% 0.15% -
HSV(B) 140.91º 0.93% 0.28% -
XYZ 2.53 4.62 1.86 -
YUV 46.36 117.63 98.5 -
System Red Green Blue C M Y K H S L
Decimal 5 71 28 0.93 0 0.61 0.72 140.91 0.87 0.15
Hex 5 47 1C 5D 0 3D 48 8D 57 F
Octal 5 107 34 135 0 75 110 215 127 17
Binary 101 1000111 11100 1011101 0 111101 1001000 10001101 1010111 1111

Color Harmonies of #05471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05471C

Black with #05471C

Text Example


Text Example

White with #05471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05471C; }

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

 H1.HeaderClassName
 {
   color: #05471C;
 }
 .AnyTagClassName
 {
   color: #05471C;
 }
</style>

background-color css

<style>
 a { background-color: #05471C; }

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

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

border-color css

<style>
 span { border-color: #05471C; }

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

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