Html Css Color HEX #013D1B British Racing Green

📋 copy color: '#013D1B'

red 1 ◦ green 61 ◦ blue 27

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

Shades of British Racing Green #013D1B

Tints of British Racing Green #013D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 30.34%

R = 1.12%
G = 68.54%
B = 30.34%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.76

RGB Variations

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

Color information

#013D1B (or 0x013D1B) is known color: British Racing Green. HEX triplet: 01, 3D and 1B. RGB value is (1,61,27). Sum of RGB (Red+Green+Blue) = 1+61+27=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 61 (24.22% from 255 or 68.54% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 61 - color contains mainly: green. Hex color #013D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D1B is #FEC2E4. Grayscale: #272727. Windows color (decimal): -16696037 or 1785089. OLE color: 1785089.

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

Color convert

RGB 1 61 27 -
CMYK 0.98 0 0.56 0.76
HSL 146º 0.97% 0.12% -
HSV(B) 146º 0.98% 0.24% -
XYZ 1.88 3.42 1.6 -
YUV 39.18 121.12 100.76 -
System Red Green Blue C M Y K H S L
Decimal 1 61 27 0.98 0 0.56 0.76 146 0.97 0.12
Hex 1 3D 1B 62 0 38 4C 92 61 C
Octal 1 75 33 142 0 70 114 222 141 14
Binary 1 111101 11011 1100010 0 111000 1001100 10010010 1100001 1100

Color Harmonies of #013D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D1B

Black with #013D1B

Text Example


Text Example

White with #013D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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