Html Css Color HEX #05491C British Racing Green

📋 copy color: '#05491C'

red 5 ◦ green 73 ◦ blue 28

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

Shades of British Racing Green #05491C

Tints of British Racing Green #05491C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 26.42%

R = 4.72%
G = 68.87%
B = 26.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#05491C (or 0x05491C) is known color: British Racing Green. HEX triplet: 05, 49 and 1C. RGB value is (5,73,28). Sum of RGB (Red+Green+Blue) = 5+73+28=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 73 (28.91% from 255 or 68.87% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 73 - color contains mainly: green. Hex color #05491C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05491C is #FAB6E3. Grayscale: #2F2F2F. Windows color (decimal): -16430820 or 1853701. OLE color: 1853701.

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

Color convert

RGB 5 73 28 -
CMYK 0.93 0 0.62 0.71
HSL 140.29º 0.87% 0.15% -
HSV(B) 140.29º 0.93% 0.29% -
XYZ 2.65 4.88 1.9 -
YUV 47.54 116.97 97.66 -
System Red Green Blue C M Y K H S L
Decimal 5 73 28 0.93 0 0.62 0.71 140.29 0.87 0.15
Hex 5 49 1C 5D 0 3E 47 8C 57 F
Octal 5 111 34 135 0 76 107 214 127 17
Binary 101 1001001 11100 1011101 0 111110 1000111 10001100 1010111 1111

Color Harmonies of #05491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05491C

Black with #05491C

Text Example


Text Example

White with #05491C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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