Html Css Color HEX #013D1F British Racing Green

📋 copy color: '#013D1F'

red 1 ◦ green 61 ◦ blue 31

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

Shades of British Racing Green #013D1F

Tints of British Racing Green #013D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 33.33%

R = 1.08%
G = 65.59%
B = 33.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.76

RGB Variations

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

Color information

#013D1F (or 0x013D1F) is known color: British Racing Green. HEX triplet: 01, 3D and 1F. RGB value is (1,61,31). Sum of RGB (Red+Green+Blue) = 1+61+31=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 61 (24.22% from 255 or 65.59% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 61 - color contains mainly: green. Hex color #013D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D1F is #FEC2E0. Grayscale: #272727. Windows color (decimal): -16696033 or 2047233. OLE color: 2047233.

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

Color convert

RGB 1 61 31 -
CMYK 0.98 0 0.49 0.76
HSL 150º 0.97% 0.12% -
HSV(B) 150º 0.98% 0.24% -
XYZ 1.93 3.44 1.86 -
YUV 39.64 123.12 100.44 -
System Red Green Blue C M Y K H S L
Decimal 1 61 31 0.98 0 0.49 0.76 150 0.97 0.12
Hex 1 3D 1F 62 0 31 4C 96 61 C
Octal 1 75 37 142 0 61 114 226 141 14
Binary 1 111101 11111 1100010 0 110001 1001100 10010110 1100001 1100

Color Harmonies of #013D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D1F

Black with #013D1F

Text Example


Text Example

White with #013D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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