Html Css Color HEX #015431 British Racing Green

📋 copy color: '#015431'

red 1 ◦ green 84 ◦ blue 49

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

Shades of British Racing Green #015431

Tints of British Racing Green #015431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 36.57%

R = 0.75%
G = 62.69%
B = 36.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#015431 (or 0x015431) is known color: British Racing Green. HEX triplet: 01, 54 and 31. RGB value is (1,84,49). Sum of RGB (Red+Green+Blue) = 1+84+49=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 84 (33.20% from 255 or 62.69% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 84 - color contains mainly: green. Hex color #015431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015431 is #FEABCE. Grayscale: #373737. Windows color (decimal): -16690127 or 3232769. OLE color: 3232769.

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

Color convert

RGB 1 84 49 -
CMYK 0.99 0 0.42 0.67
HSL 154.7º 0.98% 0.17% -
HSV(B) 154.7º 0.99% 0.33% -
XYZ 3.74 6.57 3.98 -
YUV 55.19 124.5 89.35 -
System Red Green Blue C M Y K H S L
Decimal 1 84 49 0.99 0 0.42 0.67 154.7 0.98 0.17
Hex 1 54 31 63 0 2A 43 9B 62 11
Octal 1 124 61 143 0 52 103 233 142 21
Binary 1 1010100 110001 1100011 0 101010 1000011 10011011 1100010 10001

Color Harmonies of #015431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015431

Black with #015431

Text Example


Text Example

White with #015431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015431; }

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

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

background-color css

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

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

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

border-color css

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

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

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