Html Css Color HEX #013811 British Racing Green

📋 copy color: '#013811'

red 1 ◦ green 56 ◦ blue 17

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

Shades of British Racing Green #013811

Tints of British Racing Green #013811

RGB

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

 GREEN value IS 56 (22.27% from 255) = 75.68%

 BLUE value IS 17 (7.03% from 255) = 22.97%

R = 1.35%
G = 75.68%
B = 22.97%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#013811 (or 0x013811) is known color: British Racing Green. HEX triplet: 01, 38 and 11. RGB value is (1,56,17). Sum of RGB (Red+Green+Blue) = 1+56+17=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 56 (22.27% from 255 or 75.68% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 56 - color contains mainly: green. Hex color #013811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013811 is #FEC7EE. Grayscale: #232323. Windows color (decimal): -16697327 or 1128449. OLE color: 1128449.

HSL color Cylindrical-coordinate representation of color #013811: hue angle of 137.45º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013811 is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 56 17 -
CMYK 0.98 0 0.70 0.78
HSL 137.45º 0.96% 0.11% -
HSV(B) 137.45º 0.98% 0.22% -
XYZ 1.53 2.88 1 -
YUV 35.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 1 56 17 0.98 0 0.70 0.78 137.45 0.96 0.11
Hex 1 38 11 62 0 46 4E 89 60 B
Octal 1 70 21 142 0 106 116 211 140 13
Binary 1 111000 10001 1100010 0 1000110 1001110 10001001 1100000 1011

Color Harmonies of #013811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013811

Black with #013811

Text Example


Text Example

White with #013811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013811; }

 p { color: rgb(1,56,17); }

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

background-color css

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

 a { background-color: rgb(1,56,17); }

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

border-color css

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

 span { border-color: rgb(1,56,17); }

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