Html Css Color HEX #015028 British Racing Green

📋 copy color: '#015028'

red 1 ◦ green 80 ◦ blue 40

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

Shades of British Racing Green #015028

Tints of British Racing Green #015028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 33.06%

R = 0.83%
G = 66.12%
B = 33.06%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#015028 (or 0x015028) is known color: British Racing Green. HEX triplet: 01, 50 and 28. RGB value is (1,80,40). Sum of RGB (Red+Green+Blue) = 1+80+40=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #015028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015028 is #FEAFD7. Grayscale: #333333. Windows color (decimal): -16691160 or 2641921. OLE color: 2641921.

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

Color convert

RGB 1 80 40 -
CMYK 0.99 0 0.5 0.69
HSL 149.62º 0.98% 0.16% -
HSV(B) 149.62º 0.99% 0.31% -
XYZ 3.26 5.9 2.97 -
YUV 51.82 121.33 91.75 -
System Red Green Blue C M Y K H S L
Decimal 1 80 40 0.99 0 0.5 0.69 149.62 0.98 0.16
Hex 1 50 28 63 0 32 45 96 62 10
Octal 1 120 50 143 0 62 105 226 142 20
Binary 1 1010000 101000 1100011 0 110010 1000101 10010110 1100010 10000

Color Harmonies of #015028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015028

Black with #015028

Text Example


Text Example

White with #015028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015028; }

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

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

background-color css

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

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

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

border-color css

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

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

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