Html Css Color HEX #013D13 British Racing Green

📋 copy color: '#013D13'

red 1 ◦ green 61 ◦ blue 19

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

Shades of British Racing Green #013D13

Tints of British Racing Green #013D13

RGB

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

 GREEN value IS 61 (24.22% from 255) = 75.31%

 BLUE value IS 19 (7.81% from 255) = 23.46%

R = 1.23%
G = 75.31%
B = 23.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.69

 K value IS 0.76

RGB Variations

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

Color information

#013D13 (or 0x013D13) is known color: British Racing Green. HEX triplet: 01, 3D and 13. RGB value is (1,61,19). Sum of RGB (Red+Green+Blue) = 1+61+19=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 61 (24.22% from 255 or 75.31% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 61 - color contains mainly: green. Hex color #013D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013D13 is #FEC2EC. Grayscale: #262626. Windows color (decimal): -16696045 or 1260801. OLE color: 1260801.

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

Color convert

RGB 1 61 19 -
CMYK 0.98 0 0.69 0.76
HSL 138º 0.97% 0.12% -
HSV(B) 138º 0.98% 0.24% -
XYZ 1.8 3.39 1.18 -
YUV 38.27 117.12 101.42 -
System Red Green Blue C M Y K H S L
Decimal 1 61 19 0.98 0 0.69 0.76 138 0.97 0.12
Hex 1 3D 13 62 0 45 4C 8A 61 C
Octal 1 75 23 142 0 105 114 212 141 14
Binary 1 111101 10011 1100010 0 1000101 1001100 10001010 1100001 1100

Color Harmonies of #013D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D13

Black with #013D13

Text Example


Text Example

White with #013D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,61,19); }

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

background-color css

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

 a { background-color: rgb(1,61,19); }

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

border-color css

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

 span { border-color: rgb(1,61,19); }

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