Html Css Color HEX #013C16 British Racing Green

📋 copy color: '#013C16'

red 1 ◦ green 60 ◦ blue 22

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

Shades of British Racing Green #013C16

Tints of British Racing Green #013C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 26.51%

R = 1.2%
G = 72.29%
B = 26.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.76

RGB Variations

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

Color information

#013C16 (or 0x013C16) is known color: British Racing Green. HEX triplet: 01, 3C and 16. RGB value is (1,60,22). Sum of RGB (Red+Green+Blue) = 1+60+22=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 60 (23.83% from 255 or 72.29% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 60 - color contains mainly: green. Hex color #013C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013C16 is #FEC3E9. Grayscale: #262626. Windows color (decimal): -16696298 or 1457153. OLE color: 1457153.

HSL color Cylindrical-coordinate representation of color #013C16: hue angle of 141.36º 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 #013C16 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 60 22 -
CMYK 0.98 0 0.63 0.76
HSL 141.36º 0.97% 0.12% -
HSV(B) 141.36º 0.98% 0.24% -
XYZ 1.77 3.3 1.3 -
YUV 38.03 118.95 101.59 -
System Red Green Blue C M Y K H S L
Decimal 1 60 22 0.98 0 0.63 0.76 141.36 0.97 0.12
Hex 1 3C 16 62 0 3F 4C 8D 61 C
Octal 1 74 26 142 0 77 114 215 141 14
Binary 1 111100 10110 1100010 0 111111 1001100 10001101 1100001 1100

Color Harmonies of #013C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C16

Black with #013C16

Text Example


Text Example

White with #013C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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