Html Css Color HEX #054928 British Racing Green

📋 copy color: '#054928'

red 5 ◦ green 73 ◦ blue 40

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

Shades of British Racing Green #054928

Tints of British Racing Green #054928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 33.9%

R = 4.24%
G = 61.86%
B = 33.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#054928 (or 0x054928) is known color: British Racing Green. HEX triplet: 05, 49 and 28. RGB value is (5,73,40). Sum of RGB (Red+Green+Blue) = 5+73+40=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 73 (28.91% from 255 or 61.86% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 73 - color contains mainly: green. Hex color #054928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054928 is #FAB6D7. Grayscale: #303030. Windows color (decimal): -16430808 or 2640133. OLE color: 2640133.

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

Color convert

RGB 5 73 40 -
CMYK 0.93 0 0.45 0.71
HSL 150.88º 0.87% 0.15% -
HSV(B) 150.88º 0.93% 0.29% -
XYZ 2.83 4.95 2.81 -
YUV 48.91 122.97 96.68 -
System Red Green Blue C M Y K H S L
Decimal 5 73 40 0.93 0 0.45 0.71 150.88 0.87 0.15
Hex 5 49 28 5D 0 2D 47 97 57 F
Octal 5 111 50 135 0 55 107 227 127 17
Binary 101 1001001 101000 1011101 0 101101 1000111 10010111 1010111 1111

Color Harmonies of #054928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054928

Black with #054928

Text Example


Text Example

White with #054928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054928; }

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

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

background-color css

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

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

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

border-color css

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

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

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