Html Css Color HEX #015419 British Racing Green

📋 copy color: '#015419'

red 1 ◦ green 84 ◦ blue 25

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

Shades of British Racing Green #015419

Tints of British Racing Green #015419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 76.36%

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

R = 0.91%
G = 76.36%
B = 22.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#015419 (or 0x015419) is known color: British Racing Green. HEX triplet: 01, 54 and 19. RGB value is (1,84,25). Sum of RGB (Red+Green+Blue) = 1+84+25=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 84 (33.20% from 255 or 76.36% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 84 - color contains mainly: green. Hex color #015419 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015419 is #FEABE6. Grayscale: #343434. Windows color (decimal): -16690151 or 1659905. OLE color: 1659905.

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

Color convert

RGB 1 84 25 -
CMYK 0.99 0 0.70 0.67
HSL 137.35º 0.98% 0.17% -
HSV(B) 137.35º 0.99% 0.33% -
XYZ 3.36 6.42 1.98 -
YUV 52.46 112.5 91.3 -
System Red Green Blue C M Y K H S L
Decimal 1 84 25 0.99 0 0.70 0.67 137.35 0.98 0.17
Hex 1 54 19 63 0 46 43 89 62 11
Octal 1 124 31 143 0 106 103 211 142 21
Binary 1 1010100 11001 1100011 0 1000110 1000011 10001001 1100010 10001

Color Harmonies of #015419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015419

Black with #015419

Text Example


Text Example

White with #015419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015419; }

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

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

background-color css

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

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

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

border-color css

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

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

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