Html Css Color HEX #05471A British Racing Green

📋 copy color: '#05471A'

red 5 ◦ green 71 ◦ blue 26

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

Shades of British Racing Green #05471A

Tints of British Racing Green #05471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 25.49%

R = 4.9%
G = 69.61%
B = 25.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#05471A (or 0x05471A) is known color: British Racing Green. HEX triplet: 05, 47 and 1A. RGB value is (5,71,26). Sum of RGB (Red+Green+Blue) = 5+71+26=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 71 (28.12% from 255 or 69.61% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 71 - color contains mainly: green. Hex color #05471A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05471A is #FAB8E5. Grayscale: #2E2E2E. Windows color (decimal): -16431334 or 1722117. OLE color: 1722117.

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

Color convert

RGB 5 71 26 -
CMYK 0.93 0 0.63 0.72
HSL 139.09º 0.87% 0.15% -
HSV(B) 139.09º 0.93% 0.28% -
XYZ 2.5 4.61 1.74 -
YUV 46.14 116.63 98.66 -
System Red Green Blue C M Y K H S L
Decimal 5 71 26 0.93 0 0.63 0.72 139.09 0.87 0.15
Hex 5 47 1A 5D 0 3F 48 8B 57 F
Octal 5 107 32 135 0 77 110 213 127 17
Binary 101 1000111 11010 1011101 0 111111 1001000 10001011 1010111 1111

Color Harmonies of #05471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05471A

Black with #05471A

Text Example


Text Example

White with #05471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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