Html Css Color HEX #05471E British Racing Green

📋 copy color: '#05471E'

red 5 ◦ green 71 ◦ blue 30

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

Shades of British Racing Green #05471E

Tints of British Racing Green #05471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 28.3%

R = 4.72%
G = 66.98%
B = 28.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#05471E (or 0x05471E) is known color: British Racing Green. HEX triplet: 05, 47 and 1E. RGB value is (5,71,30). Sum of RGB (Red+Green+Blue) = 5+71+30=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 71 (28.12% from 255 or 66.98% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 71 - color contains mainly: green. Hex color #05471E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05471E is #FAB8E1. Grayscale: #2E2E2E. Windows color (decimal): -16431330 or 1984261. OLE color: 1984261.

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

Color convert

RGB 5 71 30 -
CMYK 0.93 0 0.58 0.72
HSL 142.73º 0.87% 0.15% -
HSV(B) 142.73º 0.93% 0.28% -
XYZ 2.55 4.63 1.99 -
YUV 46.59 118.63 98.33 -
System Red Green Blue C M Y K H S L
Decimal 5 71 30 0.93 0 0.58 0.72 142.73 0.87 0.15
Hex 5 47 1E 5D 0 3A 48 8F 57 F
Octal 5 107 36 135 0 72 110 217 127 17
Binary 101 1000111 11110 1011101 0 111010 1001000 10001111 1010111 1111

Color Harmonies of #05471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05471E

Black with #05471E

Text Example


Text Example

White with #05471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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