Html Css Color HEX #015019 British Racing Green

📋 copy color: '#015019'

red 1 ◦ green 80 ◦ blue 25

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

Shades of British Racing Green #015019

Tints of British Racing Green #015019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 23.58%

R = 0.94%
G = 75.47%
B = 23.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#015019 (or 0x015019) is known color: British Racing Green. HEX triplet: 01, 50 and 19. RGB value is (1,80,25). Sum of RGB (Red+Green+Blue) = 1+80+25=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 80 (31.64% from 255 or 75.47% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 80 - color contains mainly: green. Hex color #015019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015019 is #FEAFE6. Grayscale: #323232. Windows color (decimal): -16691175 or 1658881. OLE color: 1658881.

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

Color convert

RGB 1 80 25 -
CMYK 0.99 0 0.69 0.69
HSL 138.23º 0.98% 0.16% -
HSV(B) 138.23º 0.99% 0.31% -
XYZ 3.06 5.81 1.88 -
YUV 50.11 113.83 92.97 -
System Red Green Blue C M Y K H S L
Decimal 1 80 25 0.99 0 0.69 0.69 138.23 0.98 0.16
Hex 1 50 19 63 0 45 45 8A 62 10
Octal 1 120 31 143 0 105 105 212 142 20
Binary 1 1010000 11001 1100011 0 1000101 1000101 10001010 1100010 10000

Color Harmonies of #015019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015019

Black with #015019

Text Example


Text Example

White with #015019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015019; }

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

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

background-color css

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

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

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

border-color css

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

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

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