Html Css Color HEX #015420 British Racing Green

📋 copy color: '#015420'

red 1 ◦ green 84 ◦ blue 32

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

Shades of British Racing Green #015420

Tints of British Racing Green #015420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 27.35%

R = 0.85%
G = 71.79%
B = 27.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#015420 (or 0x015420) is known color: British Racing Green. HEX triplet: 01, 54 and 20. RGB value is (1,84,32). Sum of RGB (Red+Green+Blue) = 1+84+32=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 84 (33.20% from 255 or 71.79% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 84 - color contains mainly: green. Hex color #015420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015420 is #FEABDF. Grayscale: #353535. Windows color (decimal): -16690144 or 2118657. OLE color: 2118657.

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

Color convert

RGB 1 84 32 -
CMYK 0.99 0 0.62 0.67
HSL 142.41º 0.98% 0.17% -
HSV(B) 142.41º 0.99% 0.33% -
XYZ 3.44 6.45 2.43 -
YUV 53.26 116 90.73 -
System Red Green Blue C M Y K H S L
Decimal 1 84 32 0.99 0 0.62 0.67 142.41 0.98 0.17
Hex 1 54 20 63 0 3E 43 8E 62 11
Octal 1 124 40 143 0 76 103 216 142 21
Binary 1 1010100 100000 1100011 0 111110 1000011 10001110 1100010 10001

Color Harmonies of #015420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015420

Black with #015420

Text Example


Text Example

White with #015420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015420; }

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

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

background-color css

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

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

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

border-color css

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

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

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