Html Css Color HEX #015517 British Racing Green

📋 copy color: '#015517'

red 1 ◦ green 85 ◦ blue 23

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

Shades of British Racing Green #015517

Tints of British Racing Green #015517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 21.1%

R = 0.92%
G = 77.98%
B = 21.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#015517 (or 0x015517) is known color: British Racing Green. HEX triplet: 01, 55 and 17. RGB value is (1,85,23). Sum of RGB (Red+Green+Blue) = 1+85+23=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 85 (33.59% from 255 or 77.98% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 85 - color contains mainly: green. Hex color #015517 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015517 is #FEAAE8. Grayscale: #343434. Windows color (decimal): -16689897 or 1529089. OLE color: 1529089.

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

Color convert

RGB 1 85 23 -
CMYK 0.99 0 0.73 0.67
HSL 135.71º 0.98% 0.17% -
HSV(B) 135.71º 0.99% 0.33% -
XYZ 3.42 6.57 1.9 -
YUV 52.82 111.17 91.04 -
System Red Green Blue C M Y K H S L
Decimal 1 85 23 0.99 0 0.73 0.67 135.71 0.98 0.17
Hex 1 55 17 63 0 49 43 88 62 11
Octal 1 125 27 143 0 111 103 210 142 21
Binary 1 1010101 10111 1100011 0 1001001 1000011 10001000 1100010 10001

Color Harmonies of #015517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015517

Black with #015517

Text Example


Text Example

White with #015517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015517; }

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

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

background-color css

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

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

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

border-color css

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

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

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