Html Css Color HEX #054828 British Racing Green

📋 copy color: '#054828'

red 5 ◦ green 72 ◦ blue 40

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

Shades of British Racing Green #054828

Tints of British Racing Green #054828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 61.54%

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

R = 4.27%
G = 61.54%
B = 34.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#054828 (or 0x054828) is known color: British Racing Green. HEX triplet: 05, 48 and 28. RGB value is (5,72,40). Sum of RGB (Red+Green+Blue) = 5+72+40=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #054828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054828 is #FAB7D7. Grayscale: #303030. Windows color (decimal): -16431064 or 2639877. OLE color: 2639877.

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

Color convert

RGB 5 72 40 -
CMYK 0.93 0 0.44 0.72
HSL 151.34º 0.87% 0.15% -
HSV(B) 151.34º 0.93% 0.28% -
XYZ 2.76 4.82 2.79 -
YUV 48.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 5 72 40 0.93 0 0.44 0.72 151.34 0.87 0.15
Hex 5 48 28 5D 0 2C 48 97 57 F
Octal 5 110 50 135 0 54 110 227 127 17
Binary 101 1001000 101000 1011101 0 101100 1001000 10010111 1010111 1111

Color Harmonies of #054828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054828

Black with #054828

Text Example


Text Example

White with #054828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054828; }

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

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

background-color css

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

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

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

border-color css

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

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

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