Html Css Color HEX #013B1C British Racing Green

📋 copy color: '#013B1C'

red 1 ◦ green 59 ◦ blue 28

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

Shades of British Racing Green #013B1C

Tints of British Racing Green #013B1C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 67.05%

 BLUE value IS 28 (11.33% from 255) = 31.82%

R = 1.14%
G = 67.05%
B = 31.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.53

 K value IS 0.77

RGB Variations

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

Color information

#013B1C (or 0x013B1C) is known color: British Racing Green. HEX triplet: 01, 3B and 1C. RGB value is (1,59,28). Sum of RGB (Red+Green+Blue) = 1+59+28=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 59 (23.44% from 255 or 67.05% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 59 - color contains mainly: green. Hex color #013B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B1C is #FEC4E3. Grayscale: #262626. Windows color (decimal): -16696548 or 1850113. OLE color: 1850113.

HSL color Cylindrical-coordinate representation of color #013B1C: hue angle of 147.93º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013B1C is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 59 28 -
CMYK 0.98 0 0.53 0.77
HSL 147.93º 0.97% 0.12% -
HSV(B) 147.93º 0.98% 0.23% -
XYZ 1.79 3.22 1.63 -
YUV 38.12 122.28 101.52 -
System Red Green Blue C M Y K H S L
Decimal 1 59 28 0.98 0 0.53 0.77 147.93 0.97 0.12
Hex 1 3B 1C 62 0 35 4D 94 61 C
Octal 1 73 34 142 0 65 115 224 141 14
Binary 1 111011 11100 1100010 0 110101 1001101 10010100 1100001 1100

Color Harmonies of #013B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B1C

Black with #013B1C

Text Example


Text Example

White with #013B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,59,28); }

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

background-color css

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

 a { background-color: rgb(1,59,28); }

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

border-color css

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

 span { border-color: rgb(1,59,28); }

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