Html Css Color HEX #05471D British Racing Green

📋 copy color: '#05471D'

red 5 ◦ green 71 ◦ blue 29

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

Shades of British Racing Green #05471D

Tints of British Racing Green #05471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 27.62%

R = 4.76%
G = 67.62%
B = 27.62%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#05471D (or 0x05471D) is known color: British Racing Green. HEX triplet: 05, 47 and 1D. RGB value is (5,71,29). Sum of RGB (Red+Green+Blue) = 5+71+29=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 71 (28.12% from 255 or 67.62% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 71 - color contains mainly: green. Hex color #05471D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05471D is #FAB8E2. Grayscale: #2E2E2E. Windows color (decimal): -16431331 or 1918725. OLE color: 1918725.

HSL color Cylindrical-coordinate representation of color #05471D: hue angle of 141.82º 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 #05471D is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 71 29 -
CMYK 0.93 0 0.59 0.72
HSL 141.82º 0.87% 0.15% -
HSV(B) 141.82º 0.93% 0.28% -
XYZ 2.54 4.63 1.92 -
YUV 46.48 118.13 98.42 -
System Red Green Blue C M Y K H S L
Decimal 5 71 29 0.93 0 0.59 0.72 141.82 0.87 0.15
Hex 5 47 1D 5D 0 3B 48 8E 57 F
Octal 5 107 35 135 0 73 110 216 127 17
Binary 101 1000111 11101 1011101 0 111011 1001000 10001110 1010111 1111

Color Harmonies of #05471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05471D

Black with #05471D

Text Example


Text Example

White with #05471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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