Html Css Color HEX #013D1E British Racing Green

📋 copy color: '#013D1E'

red 1 ◦ green 61 ◦ blue 30

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

Shades of British Racing Green #013D1E

Tints of British Racing Green #013D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 32.61%

R = 1.09%
G = 66.3%
B = 32.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.51

 K value IS 0.76

RGB Variations

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

Color information

#013D1E (or 0x013D1E) is known color: British Racing Green. HEX triplet: 01, 3D and 1E. RGB value is (1,61,30). Sum of RGB (Red+Green+Blue) = 1+61+30=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 61 (24.22% from 255 or 66.30% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 61 - color contains mainly: green. Hex color #013D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D1E is #FEC2E1. Grayscale: #272727. Windows color (decimal): -16696034 or 1981697. OLE color: 1981697.

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

Color convert

RGB 1 61 30 -
CMYK 0.98 0 0.51 0.76
HSL 149º 0.97% 0.12% -
HSV(B) 149º 0.98% 0.24% -
XYZ 1.92 3.44 1.79 -
YUV 39.53 122.62 100.52 -
System Red Green Blue C M Y K H S L
Decimal 1 61 30 0.98 0 0.51 0.76 149 0.97 0.12
Hex 1 3D 1E 62 0 33 4C 95 61 C
Octal 1 75 36 142 0 63 114 225 141 14
Binary 1 111101 11110 1100010 0 110011 1001100 10010101 1100001 1100

Color Harmonies of #013D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D1E

Black with #013D1E

Text Example


Text Example

White with #013D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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