Html Css Color HEX #054C30 British Racing Green

📋 copy color: '#054C30'

red 5 ◦ green 76 ◦ blue 48

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

Shades of British Racing Green #054C30

Tints of British Racing Green #054C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 58.91%

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

R = 3.88%
G = 58.91%
B = 37.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.70

RGB Variations

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

Color information

#054C30 (or 0x054C30) is known color: British Racing Green. HEX triplet: 05, 4C and 30. RGB value is (5,76,48). Sum of RGB (Red+Green+Blue) = 5+76+48=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 76 (30.08% from 255 or 58.91% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 76 - color contains mainly: green. Hex color #054C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C30 is #FAB3CF. Grayscale: #333333. Windows color (decimal): -16430032 or 3165189. OLE color: 3165189.

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

Color convert

RGB 5 76 48 -
CMYK 0.93 0 0.37 0.70
HSL 156.34º 0.88% 0.16% -
HSV(B) 156.34º 0.93% 0.3% -
XYZ 3.18 5.41 3.67 -
YUV 51.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 5 76 48 0.93 0 0.37 0.70 156.34 0.88 0.16
Hex 5 4C 30 5D 0 25 46 9C 58 10
Octal 5 114 60 135 0 45 106 234 130 20
Binary 101 1001100 110000 1011101 0 100101 1000110 10011100 1011000 10000

Color Harmonies of #054C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054C30

Black with #054C30

Text Example


Text Example

White with #054C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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