Html Css Color HEX #013B11 British Racing Green

📋 copy color: '#013B11'

red 1 ◦ green 59 ◦ blue 17

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

Shades of British Racing Green #013B11

Tints of British Racing Green #013B11

RGB

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

 GREEN value IS 59 (23.44% from 255) = 76.62%

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

R = 1.3%
G = 76.62%
B = 22.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.71

 K value IS 0.77

RGB Variations

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

Color information

#013B11 (or 0x013B11) is known color: British Racing Green. HEX triplet: 01, 3B and 11. RGB value is (1,59,17). Sum of RGB (Red+Green+Blue) = 1+59+17=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 59 (23.44% from 255 or 76.62% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 59 - color contains mainly: green. Hex color #013B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013B11 is #FEC4EE. Grayscale: #242424. Windows color (decimal): -16696559 or 1129217. OLE color: 1129217.

HSL color Cylindrical-coordinate representation of color #013B11: hue angle of 136.55º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013B11 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 59 17 -
CMYK 0.98 0 0.71 0.77
HSL 136.55º 0.97% 0.12% -
HSV(B) 136.55º 0.98% 0.23% -
XYZ 1.68 3.17 1.05 -
YUV 36.87 116.78 102.42 -
System Red Green Blue C M Y K H S L
Decimal 1 59 17 0.98 0 0.71 0.77 136.55 0.97 0.12
Hex 1 3B 11 62 0 47 4D 89 61 C
Octal 1 73 21 142 0 107 115 211 141 14
Binary 1 111011 10001 1100010 0 1000111 1001101 10001001 1100001 1100

Color Harmonies of #013B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B11

Black with #013B11

Text Example


Text Example

White with #013B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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