Html Css Color HEX #05491D British Racing Green

📋 copy color: '#05491D'

red 5 ◦ green 73 ◦ blue 29

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

Shades of British Racing Green #05491D

Tints of British Racing Green #05491D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 68.22%

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

R = 4.67%
G = 68.22%
B = 27.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#05491D (or 0x05491D) is known color: British Racing Green. HEX triplet: 05, 49 and 1D. RGB value is (5,73,29). Sum of RGB (Red+Green+Blue) = 5+73+29=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 73 (28.91% from 255 or 68.22% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 73 - color contains mainly: green. Hex color #05491D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05491D is #FAB6E2. Grayscale: #2F2F2F. Windows color (decimal): -16430819 or 1919237. OLE color: 1919237.

HSL color Cylindrical-coordinate representation of color #05491D: hue angle of 141.18º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05491D is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 73 29 -
CMYK 0.93 0 0.60 0.71
HSL 141.18º 0.87% 0.15% -
HSV(B) 141.18º 0.93% 0.29% -
XYZ 2.67 4.89 1.96 -
YUV 47.65 117.47 97.58 -
System Red Green Blue C M Y K H S L
Decimal 5 73 29 0.93 0 0.60 0.71 141.18 0.87 0.15
Hex 5 49 1D 5D 0 3C 47 8D 57 F
Octal 5 111 35 135 0 74 107 215 127 17
Binary 101 1001001 11101 1011101 0 111100 1000111 10001101 1010111 1111

Color Harmonies of #05491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05491D

Black with #05491D

Text Example


Text Example

White with #05491D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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