Html Css Color HEX #015518 British Racing Green

📋 copy color: '#015518'

red 1 ◦ green 85 ◦ blue 24

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

Shades of British Racing Green #015518

Tints of British Racing Green #015518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 21.82%

R = 0.91%
G = 77.27%
B = 21.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#015518 (or 0x015518) is known color: British Racing Green. HEX triplet: 01, 55 and 18. RGB value is (1,85,24). Sum of RGB (Red+Green+Blue) = 1+85+24=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 85 (33.59% from 255 or 77.27% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 85 - color contains mainly: green. Hex color #015518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015518 is #FEAAE7. Grayscale: #353535. Windows color (decimal): -16689896 or 1594625. OLE color: 1594625.

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

Color convert

RGB 1 85 24 -
CMYK 0.99 0 0.72 0.67
HSL 136.43º 0.98% 0.17% -
HSV(B) 136.43º 0.99% 0.33% -
XYZ 3.43 6.57 1.95 -
YUV 52.93 111.67 90.96 -
System Red Green Blue C M Y K H S L
Decimal 1 85 24 0.99 0 0.72 0.67 136.43 0.98 0.17
Hex 1 55 18 63 0 48 43 88 62 11
Octal 1 125 30 143 0 110 103 210 142 21
Binary 1 1010101 11000 1100011 0 1001000 1000011 10001000 1100010 10001

Color Harmonies of #015518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015518

Black with #015518

Text Example


Text Example

White with #015518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015518; }

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

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

background-color css

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

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

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

border-color css

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

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

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