Html Css Color HEX #015220 British Racing Green

📋 copy color: '#015220'

red 1 ◦ green 82 ◦ blue 32

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

Shades of British Racing Green #015220

Tints of British Racing Green #015220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 27.83%

R = 0.87%
G = 71.3%
B = 27.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#015220 (or 0x015220) is known color: British Racing Green. HEX triplet: 01, 52 and 20. RGB value is (1,82,32). Sum of RGB (Red+Green+Blue) = 1+82+32=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 82 (32.42% from 255 or 71.30% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 82 - color contains mainly: green. Hex color #015220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015220 is #FEADDF. Grayscale: #343434. Windows color (decimal): -16690656 or 2118145. OLE color: 2118145.

HSL color Cylindrical-coordinate representation of color #015220: hue angle of 142.96º 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 #015220 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 82 32 -
CMYK 0.99 0 0.61 0.68
HSL 142.96º 0.98% 0.16% -
HSV(B) 142.96º 0.99% 0.32% -
XYZ 3.29 6.15 2.38 -
YUV 52.08 116.66 91.57 -
System Red Green Blue C M Y K H S L
Decimal 1 82 32 0.99 0 0.61 0.68 142.96 0.98 0.16
Hex 1 52 20 63 0 3D 44 8F 62 10
Octal 1 122 40 143 0 75 104 217 142 20
Binary 1 1010010 100000 1100011 0 111101 1000100 10001111 1100010 10000

Color Harmonies of #015220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015220

Black with #015220

Text Example


Text Example

White with #015220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015220; }

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

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

background-color css

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

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

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

border-color css

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

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

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