Html Css Color HEX #013D31 British Racing Green

📋 copy color: '#013D31'

red 1 ◦ green 61 ◦ blue 49

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

Shades of British Racing Green #013D31

Tints of British Racing Green #013D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 44.14%

R = 0.9%
G = 54.95%
B = 44.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.76

RGB Variations

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

Color information

#013D31 (or 0x013D31) is known color: British Racing Green. HEX triplet: 01, 3D and 31. RGB value is (1,61,49). Sum of RGB (Red+Green+Blue) = 1+61+49=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 61 (24.22% from 255 or 54.95% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 61 - color contains mainly: green. Hex color #013D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D31 is #FEC2CE. Grayscale: #292929. Windows color (decimal): -16696015 or 3226881. OLE color: 3226881.

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

Color convert

RGB 1 61 49 -
CMYK 0.98 0 0.20 0.76
HSL 168º 0.97% 0.12% -
HSV(B) 168º 0.98% 0.24% -
XYZ 2.24 3.57 3.48 -
YUV 41.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 1 61 49 0.98 0 0.20 0.76 168 0.97 0.12
Hex 1 3D 31 62 0 14 4C A8 61 C
Octal 1 75 61 142 0 24 114 250 141 14
Binary 1 111101 110001 1100010 0 10100 1001100 10101000 1100001 1100

Color Harmonies of #013D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D31

Black with #013D31

Text Example


Text Example

White with #013D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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