Html Css Color HEX #054F18 British Racing Green

📋 copy color: '#054F18'

red 5 ◦ green 79 ◦ blue 24

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

Shades of British Racing Green #054F18

Tints of British Racing Green #054F18

RGB

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

 GREEN value IS 79 (31.25% from 255) = 73.15%

 BLUE value IS 24 (9.77% from 255) = 22.22%

R = 4.63%
G = 73.15%
B = 22.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#054F18 (or 0x054F18) is known color: British Racing Green. HEX triplet: 05, 4F and 18. RGB value is (5,79,24). Sum of RGB (Red+Green+Blue) = 5+79+24=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 79 (31.25% from 255 or 73.15% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 79 - color contains mainly: green. Hex color #054F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #054F18 is #FAB0E7. Grayscale: #323232. Windows color (decimal): -16429288 or 1593093. OLE color: 1593093.

HSL color Cylindrical-coordinate representation of color #054F18: hue angle of 135.41º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054F18 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 79 24 -
CMYK 0.94 0 0.70 0.69
HSL 135.41º 0.88% 0.16% -
HSV(B) 135.41º 0.94% 0.31% -
XYZ 3.02 5.69 1.8 -
YUV 50.6 112.98 95.47 -
System Red Green Blue C M Y K H S L
Decimal 5 79 24 0.94 0 0.70 0.69 135.41 0.88 0.16
Hex 5 4F 18 5E 0 46 45 87 58 10
Octal 5 117 30 136 0 106 105 207 130 20
Binary 101 1001111 11000 1011110 0 1000110 1000101 10000111 1011000 10000

Color Harmonies of #054F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054F18

Black with #054F18

Text Example


Text Example

White with #054F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054F18; }

 p { color: rgb(5,79,24); }

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

background-color css

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

 a { background-color: rgb(5,79,24); }

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

border-color css

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

 span { border-color: rgb(5,79,24); }

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