Html Css Color HEX #015211 British Racing Green

📋 copy color: '#015211'

red 1 ◦ green 82 ◦ blue 17

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

Shades of British Racing Green #015211

Tints of British Racing Green #015211

RGB

 RED value IS 1 (0.78% from 255) = 1%

 GREEN value IS 82 (32.42% from 255) = 82%

 BLUE value IS 17 (7.03% from 255) = 17%

R = 1%
G = 82%
B = 17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#015211 (or 0x015211) is known color: British Racing Green. HEX triplet: 01, 52 and 11. RGB value is (1,82,17). Sum of RGB (Red+Green+Blue) = 1+82+17=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 82 (32.42% from 255 or 82% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 82 - color contains mainly: green. Hex color #015211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015211 is #FEADEE. Grayscale: #323232. Windows color (decimal): -16690671 or 1135105. OLE color: 1135105.

HSL color Cylindrical-coordinate representation of color #015211: hue angle of 131.85º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015211 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 82 17 -
CMYK 0.99 0 0.79 0.68
HSL 131.85º 0.98% 0.16% -
HSV(B) 131.85º 0.99% 0.32% -
XYZ 3.13 6.08 1.54 -
YUV 50.37 109.16 92.79 -
System Red Green Blue C M Y K H S L
Decimal 1 82 17 0.99 0 0.79 0.68 131.85 0.98 0.16
Hex 1 52 11 63 0 4F 44 84 62 10
Octal 1 122 21 143 0 117 104 204 142 20
Binary 1 1010010 10001 1100011 0 1001111 1000100 10000100 1100010 10000

Color Harmonies of #015211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015211

Black with #015211

Text Example


Text Example

White with #015211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015211; }

 p { color: rgb(1,82,17); }

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

background-color css

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

 a { background-color: rgb(1,82,17); }

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

border-color css

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

 span { border-color: rgb(1,82,17); }

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