Html Css Color HEX #013B16 British Racing Green

📋 copy color: '#013B16'

red 1 ◦ green 59 ◦ blue 22

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

Shades of British Racing Green #013B16

Tints of British Racing Green #013B16

RGB

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

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

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

R = 1.22%
G = 71.95%
B = 26.83%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.77

RGB Variations

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

Color information

#013B16 (or 0x013B16) is known color: British Racing Green. HEX triplet: 01, 3B and 16. RGB value is (1,59,22). Sum of RGB (Red+Green+Blue) = 1+59+22=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 59 (23.44% from 255 or 71.95% from 82); Blue value is 22 (8.98% from 255 or 26.83% from 82); Max value from RGB is 59 - color contains mainly: green. Hex color #013B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013B16 is #FEC4E9. Grayscale: #252525. Windows color (decimal): -16696554 or 1456897. OLE color: 1456897.

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

Color convert

RGB 1 59 22 -
CMYK 0.98 0 0.63 0.77
HSL 141.72º 0.97% 0.12% -
HSV(B) 141.72º 0.98% 0.23% -
XYZ 1.72 3.19 1.28 -
YUV 37.44 119.28 102.01 -
System Red Green Blue C M Y K H S L
Decimal 1 59 22 0.98 0 0.63 0.77 141.72 0.97 0.12
Hex 1 3B 16 62 0 3F 4D 8E 61 C
Octal 1 73 26 142 0 77 115 216 141 14
Binary 1 111011 10110 1100010 0 111111 1001101 10001110 1100001 1100

Color Harmonies of #013B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B16

Black with #013B16

Text Example


Text Example

White with #013B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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