Html Css Color HEX #015413 British Racing Green

📋 copy color: '#015413'

red 1 ◦ green 84 ◦ blue 19

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

Shades of British Racing Green #015413

Tints of British Racing Green #015413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 18.27%

R = 0.96%
G = 80.77%
B = 18.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#015413 (or 0x015413) is known color: British Racing Green. HEX triplet: 01, 54 and 13. RGB value is (1,84,19). Sum of RGB (Red+Green+Blue) = 1+84+19=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 84 (33.20% from 255 or 80.77% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 84 - color contains mainly: green. Hex color #015413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015413 is #FEABEC. Grayscale: #333333. Windows color (decimal): -16690157 or 1266689. OLE color: 1266689.

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

Color convert

RGB 1 84 19 -
CMYK 0.99 0 0.77 0.67
HSL 133.01º 0.98% 0.17% -
HSV(B) 133.01º 0.99% 0.33% -
XYZ 3.3 6.39 1.68 -
YUV 51.77 109.5 91.79 -
System Red Green Blue C M Y K H S L
Decimal 1 84 19 0.99 0 0.77 0.67 133.01 0.98 0.17
Hex 1 54 13 63 0 4D 43 85 62 11
Octal 1 124 23 143 0 115 103 205 142 21
Binary 1 1010100 10011 1100011 0 1001101 1000011 10000101 1100010 10001

Color Harmonies of #015413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015413

Black with #015413

Text Example


Text Example

White with #015413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015413; }

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

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

background-color css

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

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

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

border-color css

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

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

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