Html Css Color HEX #054B30 British Racing Green

📋 copy color: '#054B30'

red 5 ◦ green 75 ◦ blue 48

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

Shades of British Racing Green #054B30

Tints of British Racing Green #054B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 37.5%

R = 3.91%
G = 58.59%
B = 37.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#054B30 (or 0x054B30) is known color: British Racing Green. HEX triplet: 05, 4B and 30. RGB value is (5,75,48). Sum of RGB (Red+Green+Blue) = 5+75+48=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 75 (29.69% from 255 or 58.59% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 75 - color contains mainly: green. Hex color #054B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054B30 is #FAB4CF. Grayscale: #333333. Windows color (decimal): -16430288 or 3164933. OLE color: 3164933.

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

Color convert

RGB 5 75 48 -
CMYK 0.93 0 0.36 0.71
HSL 156.86º 0.88% 0.16% -
HSV(B) 156.86º 0.93% 0.29% -
XYZ 3.11 5.28 3.65 -
YUV 50.99 126.31 95.2 -
System Red Green Blue C M Y K H S L
Decimal 5 75 48 0.93 0 0.36 0.71 156.86 0.88 0.16
Hex 5 4B 30 5D 0 24 47 9D 58 10
Octal 5 113 60 135 0 44 107 235 130 20
Binary 101 1001011 110000 1011101 0 100100 1000111 10011101 1011000 10000

Color Harmonies of #054B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054B30

Black with #054B30

Text Example


Text Example

White with #054B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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