Html Css Color HEX #013C11 British Racing Green

📋 copy color: '#013C11'

red 1 ◦ green 60 ◦ blue 17

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

Shades of British Racing Green #013C11

Tints of British Racing Green #013C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 76.92%

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

R = 1.28%
G = 76.92%
B = 21.79%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.72

 K value IS 0.76

RGB Variations

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

Color information

#013C11 (or 0x013C11) is known color: British Racing Green. HEX triplet: 01, 3C and 11. RGB value is (1,60,17). Sum of RGB (Red+Green+Blue) = 1+60+17=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 60 (23.83% from 255 or 76.92% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 60 - color contains mainly: green. Hex color #013C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013C11 is #FEC3EE. Grayscale: #252525. Windows color (decimal): -16696303 or 1129473. OLE color: 1129473.

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

Color convert

RGB 1 60 17 -
CMYK 0.98 0 0.72 0.76
HSL 136.27º 0.97% 0.12% -
HSV(B) 136.27º 0.98% 0.24% -
XYZ 1.73 3.28 1.07 -
YUV 37.46 116.45 102 -
System Red Green Blue C M Y K H S L
Decimal 1 60 17 0.98 0 0.72 0.76 136.27 0.97 0.12
Hex 1 3C 11 62 0 48 4C 88 61 C
Octal 1 74 21 142 0 110 114 210 141 14
Binary 1 111100 10001 1100010 0 1001000 1001100 10001000 1100001 1100

Color Harmonies of #013C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C11

Black with #013C11

Text Example


Text Example

White with #013C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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