Html Css Color HEX #015424 British Racing Green

📋 copy color: '#015424'

red 1 ◦ green 84 ◦ blue 36

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

Shades of British Racing Green #015424

Tints of British Racing Green #015424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 29.75%

R = 0.83%
G = 69.42%
B = 29.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#015424 (or 0x015424) is known color: British Racing Green. HEX triplet: 01, 54 and 24. RGB value is (1,84,36). Sum of RGB (Red+Green+Blue) = 1+84+36=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 84 (33.20% from 255 or 69.42% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 84 - color contains mainly: green. Hex color #015424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015424 is #FEABDB. Grayscale: #353535. Windows color (decimal): -16690140 or 2380801. OLE color: 2380801.

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

Color convert

RGB 1 84 36 -
CMYK 0.99 0 0.57 0.67
HSL 145.3º 0.98% 0.17% -
HSV(B) 145.3º 0.99% 0.33% -
XYZ 3.5 6.47 2.73 -
YUV 53.71 118 90.4 -
System Red Green Blue C M Y K H S L
Decimal 1 84 36 0.99 0 0.57 0.67 145.3 0.98 0.17
Hex 1 54 24 63 0 39 43 91 62 11
Octal 1 124 44 143 0 71 103 221 142 21
Binary 1 1010100 100100 1100011 0 111001 1000011 10010001 1100010 10001

Color Harmonies of #015424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015424

Black with #015424

Text Example


Text Example

White with #015424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015424; }

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

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

background-color css

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

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

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

border-color css

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

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

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