Html Css Color HEX #015626 British Racing Green

📋 copy color: '#015626'

red 1 ◦ green 86 ◦ blue 38

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

Shades of British Racing Green #015626

Tints of British Racing Green #015626

RGB

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

 GREEN value IS 86 (33.98% from 255) = 68.8%

 BLUE value IS 38 (15.23% from 255) = 30.4%

R = 0.8%
G = 68.8%
B = 30.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#015626 (or 0x015626) is known color: British Racing Green. HEX triplet: 01, 56 and 26. RGB value is (1,86,38). Sum of RGB (Red+Green+Blue) = 1+86+38=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 86 (33.98% from 255 or 68.8% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 86 - color contains mainly: green. Hex color #015626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015626 is #FEA9D9. Grayscale: #373737. Windows color (decimal): -16689626 or 2512385. OLE color: 2512385.

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

Color convert

RGB 1 86 38 -
CMYK 0.99 0 0.56 0.66
HSL 146.12º 0.98% 0.17% -
HSV(B) 146.12º 0.99% 0.34% -
XYZ 3.69 6.8 2.95 -
YUV 55.11 118.34 89.4 -
System Red Green Blue C M Y K H S L
Decimal 1 86 38 0.99 0 0.56 0.66 146.12 0.98 0.17
Hex 1 56 26 63 0 38 42 92 62 11
Octal 1 126 46 143 0 70 102 222 142 21
Binary 1 1010110 100110 1100011 0 111000 1000010 10010010 1100010 10001

Color Harmonies of #015626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015626

Black with #015626

Text Example


Text Example

White with #015626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015626; }

 p { color: rgb(1,86,38); }

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

background-color css

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

 a { background-color: rgb(1,86,38); }

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

border-color css

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

 span { border-color: rgb(1,86,38); }

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