Html Css Color HEX #015515 British Racing Green

📋 copy color: '#015515'

red 1 ◦ green 85 ◦ blue 21

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

Shades of British Racing Green #015515

Tints of British Racing Green #015515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 79.44%

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

R = 0.93%
G = 79.44%
B = 19.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#015515 (or 0x015515) is known color: British Racing Green. HEX triplet: 01, 55 and 15. RGB value is (1,85,21). Sum of RGB (Red+Green+Blue) = 1+85+21=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 85 (33.59% from 255 or 79.44% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 85 - color contains mainly: green. Hex color #015515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015515 is #FEAAEA. Grayscale: #343434. Windows color (decimal): -16689899 or 1398017. OLE color: 1398017.

HSL color Cylindrical-coordinate representation of color #015515: hue angle of 134.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015515 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 85 21 -
CMYK 0.99 0 0.75 0.67
HSL 134.29º 0.98% 0.17% -
HSV(B) 134.29º 0.99% 0.33% -
XYZ 3.4 6.56 1.8 -
YUV 52.59 110.17 91.2 -
System Red Green Blue C M Y K H S L
Decimal 1 85 21 0.99 0 0.75 0.67 134.29 0.98 0.17
Hex 1 55 15 63 0 4B 43 86 62 11
Octal 1 125 25 143 0 113 103 206 142 21
Binary 1 1010101 10101 1100011 0 1001011 1000011 10000110 1100010 10001

Color Harmonies of #015515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015515

Black with #015515

Text Example


Text Example

White with #015515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015515; }

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

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

background-color css

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

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

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

border-color css

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

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

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