Html Css Color HEX #05472C British Racing Green

📋 copy color: '#05472C'

red 5 ◦ green 71 ◦ blue 44

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

Shades of British Racing Green #05472C

Tints of British Racing Green #05472C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 36.67%

R = 4.17%
G = 59.17%
B = 36.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#05472C (or 0x05472C) is known color: British Racing Green. HEX triplet: 05, 47 and 2C. RGB value is (5,71,44). Sum of RGB (Red+Green+Blue) = 5+71+44=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #05472C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05472C is #FAB8D3. Grayscale: #303030. Windows color (decimal): -16431316 or 2901765. OLE color: 2901765.

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

Color convert

RGB 5 71 44 -
CMYK 0.93 0 0.38 0.72
HSL 155.45º 0.87% 0.15% -
HSV(B) 155.45º 0.93% 0.28% -
XYZ 2.77 4.72 3.15 -
YUV 48.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 5 71 44 0.93 0 0.38 0.72 155.45 0.87 0.15
Hex 5 47 2C 5D 0 26 48 9B 57 F
Octal 5 107 54 135 0 46 110 233 127 17
Binary 101 1000111 101100 1011101 0 100110 1001000 10011011 1010111 1111

Color Harmonies of #05472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05472C

Black with #05472C

Text Example


Text Example

White with #05472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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