Html Css Color HEX #054030 British Racing Green

📋 copy color: '#054030'

red 5 ◦ green 64 ◦ blue 48

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

Shades of British Racing Green #054030

Tints of British Racing Green #054030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 54.7%

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

R = 4.27%
G = 54.7%
B = 41.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#054030 (or 0x054030) is known color: British Racing Green. HEX triplet: 05, 40 and 30. RGB value is (5,64,48). Sum of RGB (Red+Green+Blue) = 5+64+48=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #054030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054030 is #FABFCF. Grayscale: #2C2C2C. Windows color (decimal): -16433104 or 3162117. OLE color: 3162117.

HSL color Cylindrical-coordinate representation of color #054030: hue angle of 163.73º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054030 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 64 48 -
CMYK 0.92 0 0.25 0.75
HSL 163.73º 0.86% 0.14% -
HSV(B) 163.73º 0.92% 0.25% -
XYZ 2.43 3.91 3.42 -
YUV 44.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 5 64 48 0.92 0 0.25 0.75 163.73 0.86 0.14
Hex 5 40 30 5C 0 19 4B A4 56 E
Octal 5 100 60 134 0 31 113 244 126 16
Binary 101 1000000 110000 1011100 0 11001 1001011 10100100 1010110 1110

Color Harmonies of #054030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054030

Black with #054030

Text Example


Text Example

White with #054030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054030; }

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

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

background-color css

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

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

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

border-color css

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

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

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