Html Css Color HEX #05512B British Racing Green

📋 copy color: '#05512B'

red 5 ◦ green 81 ◦ blue 43

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

Shades of British Racing Green #05512B

Tints of British Racing Green #05512B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 33.33%

R = 3.88%
G = 62.79%
B = 33.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.68

RGB Variations

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

Color information

#05512B (or 0x05512B) is known color: British Racing Green. HEX triplet: 05, 51 and 2B. RGB value is (5,81,43). Sum of RGB (Red+Green+Blue) = 5+81+43=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 81 (32.03% from 255 or 62.79% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 81 - color contains mainly: green. Hex color #05512B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05512B is #FAAED4. Grayscale: #363636. Windows color (decimal): -16428757 or 2838789. OLE color: 2838789.

HSL color Cylindrical-coordinate representation of color #05512B: hue angle of 150º 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 #05512B is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 81 43 -
CMYK 0.94 0 0.47 0.68
HSL 150º 0.88% 0.17% -
HSV(B) 150º 0.94% 0.32% -
XYZ 3.44 6.09 3.28 -
YUV 53.94 121.82 93.09 -
System Red Green Blue C M Y K H S L
Decimal 5 81 43 0.94 0 0.47 0.68 150 0.88 0.17
Hex 5 51 2B 5E 0 2F 44 96 58 11
Octal 5 121 53 136 0 57 104 226 130 21
Binary 101 1010001 101011 1011110 0 101111 1000100 10010110 1011000 10001

Color Harmonies of #05512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05512B

Black with #05512B

Text Example


Text Example

White with #05512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05512B; }

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

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

background-color css

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

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

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

border-color css

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

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

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