#054929

Color #054929 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #054929

Tints of British Racing Green #054929

Color information

#054929 (or 0x054929) is unknown color: approx British Racing Green. HEX triplet: 05, 49 and 29. RGB value is (5,73,41). Sum of RGB (Red+Green+Blue) = 5+73+41=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 73 (28.91% from 255 or 61.34% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 73 - color contains mainly: green. Hex color #054929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054929 is #FAB6D6. Grayscale: #313131. Windows color (decimal): -16430807 or 2705669. OLE color: 2705669.

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

Color convert

RGB57341-
CMYK0.9300.440.71
HSL151.76º87.18%15.29%-
HSV(B)151.76º93.15%28.63%-
XYZ2.854.962.9-
YUV49.02123.4796.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 73 (28.91% from 255) = 61.34%
BLUE value IS 41 (16.41% from 255) = 34.45%
R=4.20%
G=61.34%
B=34.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal573410.9300.440.71151.7687.1815.29
Hex549295D02C479857f
Octal51115113505410723012717
Binary10110010011010011011101010110010001111001100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054929; }

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

 H1.HeaderClassName
 {
   color: #054929;
 }
 .AnyTagClassName
 {
   color: #054929;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #054929;
 }
 .BgClassName
 {
   background-color: #054929;
 }
</style>
border-color css

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

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

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