Html Css Color HEX #015026 British Racing Green

📋 copy color: '#015026'

red 1 ◦ green 80 ◦ blue 38

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

Shades of British Racing Green #015026

Tints of British Racing Green #015026

RGB

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

 GREEN value IS 80 (31.64% from 255) = 67.23%

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

R = 0.84%
G = 67.23%
B = 31.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#015026 (or 0x015026) is known color: British Racing Green. HEX triplet: 01, 50 and 26. RGB value is (1,80,38). Sum of RGB (Red+Green+Blue) = 1+80+38=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 80 (31.64% from 255 or 67.23% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 80 - color contains mainly: green. Hex color #015026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015026 is #FEAFD9. Grayscale: #333333. Windows color (decimal): -16691162 or 2510849. OLE color: 2510849.

HSL color Cylindrical-coordinate representation of color #015026: hue angle of 148.1º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015026 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 80 38 -
CMYK 0.99 0 0.52 0.69
HSL 148.1º 0.98% 0.16% -
HSV(B) 148.1º 0.99% 0.31% -
XYZ 3.23 5.88 2.8 -
YUV 51.59 120.33 91.92 -
System Red Green Blue C M Y K H S L
Decimal 1 80 38 0.99 0 0.52 0.69 148.1 0.98 0.16
Hex 1 50 26 63 0 34 45 94 62 10
Octal 1 120 46 143 0 64 105 224 142 20
Binary 1 1010000 100110 1100011 0 110100 1000101 10010100 1100010 10000

Color Harmonies of #015026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015026

Black with #015026

Text Example


Text Example

White with #015026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015026; }

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

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

background-color css

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

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

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

border-color css

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

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

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