Html Css Color HEX #015215 British Racing Green

📋 copy color: '#015215'

red 1 ◦ green 82 ◦ blue 21

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

Shades of British Racing Green #015215

Tints of British Racing Green #015215

RGB

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

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

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

R = 0.96%
G = 78.85%
B = 20.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#015215 (or 0x015215) is known color: British Racing Green. HEX triplet: 01, 52 and 15. RGB value is (1,82,21). Sum of RGB (Red+Green+Blue) = 1+82+21=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 82 (32.42% from 255 or 78.85% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 82 - color contains mainly: green. Hex color #015215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015215 is #FEADEA. Grayscale: #323232. Windows color (decimal): -16690667 or 1397249. OLE color: 1397249.

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

Color convert

RGB 1 82 21 -
CMYK 0.99 0 0.74 0.68
HSL 134.81º 0.98% 0.16% -
HSV(B) 134.81º 0.99% 0.32% -
XYZ 3.17 6.1 1.72 -
YUV 50.83 111.16 92.46 -
System Red Green Blue C M Y K H S L
Decimal 1 82 21 0.99 0 0.74 0.68 134.81 0.98 0.16
Hex 1 52 15 63 0 4A 44 87 62 10
Octal 1 122 25 143 0 112 104 207 142 20
Binary 1 1010010 10101 1100011 0 1001010 1000100 10000111 1100010 10000

Color Harmonies of #015215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015215

Black with #015215

Text Example


Text Example

White with #015215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015215; }

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

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

background-color css

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

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

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

border-color css

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

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

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