Html Css Color HEX #013D1A British Racing Green

📋 copy color: '#013D1A'

red 1 ◦ green 61 ◦ blue 26

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

Shades of British Racing Green #013D1A

Tints of British Racing Green #013D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 29.55%

R = 1.14%
G = 69.32%
B = 29.55%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.76

RGB Variations

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

Color information

#013D1A (or 0x013D1A) is known color: British Racing Green. HEX triplet: 01, 3D and 1A. RGB value is (1,61,26). Sum of RGB (Red+Green+Blue) = 1+61+26=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 61 (24.22% from 255 or 69.32% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 61 - color contains mainly: green. Hex color #013D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D1A is #FEC2E5. Grayscale: #272727. Windows color (decimal): -16696038 or 1719553. OLE color: 1719553.

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

Color convert

RGB 1 61 26 -
CMYK 0.98 0 0.57 0.76
HSL 145º 0.97% 0.12% -
HSV(B) 145º 0.98% 0.24% -
XYZ 1.87 3.42 1.54 -
YUV 39.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 1 61 26 0.98 0 0.57 0.76 145 0.97 0.12
Hex 1 3D 1A 62 0 39 4C 91 61 C
Octal 1 75 32 142 0 71 114 221 141 14
Binary 1 111101 11010 1100010 0 111001 1001100 10010001 1100001 1100

Color Harmonies of #013D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D1A

Black with #013D1A

Text Example


Text Example

White with #013D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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