Html Css Color HEX #05512A British Racing Green

📋 copy color: '#05512A'

red 5 ◦ green 81 ◦ blue 42

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

Shades of British Racing Green #05512A

Tints of British Racing Green #05512A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 32.81%

R = 3.91%
G = 63.28%
B = 32.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#05512A (or 0x05512A) is known color: British Racing Green. HEX triplet: 05, 51 and 2A. RGB value is (5,81,42). Sum of RGB (Red+Green+Blue) = 5+81+42=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 81 (32.03% from 255 or 63.28% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 81 - color contains mainly: green. Hex color #05512A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05512A is #FAAED5. Grayscale: #353535. Windows color (decimal): -16428758 or 2773253. OLE color: 2773253.

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

Color convert

RGB 5 81 42 -
CMYK 0.94 0 0.48 0.68
HSL 149.21º 0.88% 0.17% -
HSV(B) 149.21º 0.94% 0.32% -
XYZ 3.42 6.08 3.18 -
YUV 53.83 121.32 93.17 -
System Red Green Blue C M Y K H S L
Decimal 5 81 42 0.94 0 0.48 0.68 149.21 0.88 0.17
Hex 5 51 2A 5E 0 30 44 95 58 11
Octal 5 121 52 136 0 60 104 225 130 21
Binary 101 1010001 101010 1011110 0 110000 1000100 10010101 1011000 10001

Color Harmonies of #05512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05512A

Black with #05512A

Text Example


Text Example

White with #05512A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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