Html Css Color HEX #05471B British Racing Green

📋 copy color: '#05471B'

red 5 ◦ green 71 ◦ blue 27

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

Shades of British Racing Green #05471B

Tints of British Racing Green #05471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 26.21%

R = 4.85%
G = 68.93%
B = 26.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#05471B (or 0x05471B) is known color: British Racing Green. HEX triplet: 05, 47 and 1B. RGB value is (5,71,27). Sum of RGB (Red+Green+Blue) = 5+71+27=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 71 (28.12% from 255 or 68.93% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 71 - color contains mainly: green. Hex color #05471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05471B is #FAB8E4. Grayscale: #2E2E2E. Windows color (decimal): -16431333 or 1787653. OLE color: 1787653.

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

Color convert

RGB 5 71 27 -
CMYK 0.93 0 0.62 0.72
HSL 140º 0.87% 0.15% -
HSV(B) 140º 0.93% 0.28% -
XYZ 2.51 4.62 1.8 -
YUV 46.25 117.13 98.58 -
System Red Green Blue C M Y K H S L
Decimal 5 71 27 0.93 0 0.62 0.72 140 0.87 0.15
Hex 5 47 1B 5D 0 3E 48 8C 57 F
Octal 5 107 33 135 0 76 110 214 127 17
Binary 101 1000111 11011 1011101 0 111110 1001000 10001100 1010111 1111

Color Harmonies of #05471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05471B

Black with #05471B

Text Example


Text Example

White with #05471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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