Html Css Color HEX #054B2F British Racing Green

📋 copy color: '#054B2F'

red 5 ◦ green 75 ◦ blue 47

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

Shades of British Racing Green #054B2F

Tints of British Racing Green #054B2F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 59.06%

 BLUE value IS 47 (18.75% from 255) = 37.01%

R = 3.94%
G = 59.06%
B = 37.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#054B2F (or 0x054B2F) is known color: British Racing Green. HEX triplet: 05, 4B and 2F. RGB value is (5,75,47). Sum of RGB (Red+Green+Blue) = 5+75+47=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 75 (29.69% from 255 or 59.06% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 75 - color contains mainly: green. Hex color #054B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054B2F is #FAB4D0. Grayscale: #323232. Windows color (decimal): -16430289 or 3099397. OLE color: 3099397.

HSL color Cylindrical-coordinate representation of color #054B2F: hue angle of 156º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054B2F is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 75 47 -
CMYK 0.93 0 0.37 0.71
HSL 156º 0.88% 0.16% -
HSV(B) 156º 0.93% 0.29% -
XYZ 3.09 5.27 3.54 -
YUV 50.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 5 75 47 0.93 0 0.37 0.71 156 0.88 0.16
Hex 5 4B 2F 5D 0 25 47 9C 58 10
Octal 5 113 57 135 0 45 107 234 130 20
Binary 101 1001011 101111 1011101 0 100101 1000111 10011100 1011000 10000

Color Harmonies of #054B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054B2F

Black with #054B2F

Text Example


Text Example

White with #054B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,75,47); }

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

background-color css

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

 a { background-color: rgb(5,75,47); }

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

border-color css

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

 span { border-color: rgb(5,75,47); }

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