Html Css Color HEX #055115 British Racing Green

📋 copy color: '#055115'

red 5 ◦ green 81 ◦ blue 21

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

Shades of British Racing Green #055115

Tints of British Racing Green #055115

RGB

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

 GREEN value IS 81 (32.03% from 255) = 75.7%

 BLUE value IS 21 (8.59% from 255) = 19.63%

R = 4.67%
G = 75.7%
B = 19.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#055115 (or 0x055115) is known color: British Racing Green. HEX triplet: 05, 51 and 15. RGB value is (5,81,21). Sum of RGB (Red+Green+Blue) = 5+81+21=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 81 (32.03% from 255 or 75.70% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 81 - color contains mainly: green. Hex color #055115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055115 is #FAAEEA. Grayscale: #333333. Windows color (decimal): -16428779 or 1396997. OLE color: 1396997.

HSL color Cylindrical-coordinate representation of color #055115: hue angle of 132.63º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055115 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 81 21 -
CMYK 0.94 0 0.74 0.68
HSL 132.63º 0.88% 0.17% -
HSV(B) 132.63º 0.94% 0.32% -
XYZ 3.14 5.97 1.7 -
YUV 51.44 110.82 94.88 -
System Red Green Blue C M Y K H S L
Decimal 5 81 21 0.94 0 0.74 0.68 132.63 0.88 0.17
Hex 5 51 15 5E 0 4A 44 85 58 11
Octal 5 121 25 136 0 112 104 205 130 21
Binary 101 1010001 10101 1011110 0 1001010 1000100 10000101 1011000 10001

Color Harmonies of #055115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055115

Black with #055115

Text Example


Text Example

White with #055115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055115; }

 p { color: rgb(5,81,21); }

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

background-color css

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

 a { background-color: rgb(5,81,21); }

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

border-color css

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

 span { border-color: rgb(5,81,21); }

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