Html Css Color HEX #013A20 British Racing Green

📋 copy color: '#013A20'

red 1 ◦ green 58 ◦ blue 32

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

Shades of British Racing Green #013A20

Tints of British Racing Green #013A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 63.74%

 BLUE value IS 32 (12.89% from 255) = 35.16%

R = 1.1%
G = 63.74%
B = 35.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.77

RGB Variations

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

Color information

#013A20 (or 0x013A20) is known color: British Racing Green. HEX triplet: 01, 3A and 20. RGB value is (1,58,32). Sum of RGB (Red+Green+Blue) = 1+58+32=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 58 (23.05% from 255 or 63.74% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 58 - color contains mainly: green. Hex color #013A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A20 is #FEC5DF. Grayscale: #262626. Windows color (decimal): -16696800 or 2112001. OLE color: 2112001.

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

Color convert

RGB 1 58 32 -
CMYK 0.98 0 0.45 0.77
HSL 152.63º 0.97% 0.12% -
HSV(B) 152.63º 0.98% 0.23% -
XYZ 1.79 3.14 1.88 -
YUV 37.99 124.62 101.61 -
System Red Green Blue C M Y K H S L
Decimal 1 58 32 0.98 0 0.45 0.77 152.63 0.97 0.12
Hex 1 3A 20 62 0 2D 4D 99 61 C
Octal 1 72 40 142 0 55 115 231 141 14
Binary 1 111010 100000 1100010 0 101101 1001101 10011001 1100001 1100

Color Harmonies of #013A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A20

Black with #013A20

Text Example


Text Example

White with #013A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,58,32); }

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

background-color css

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

 a { background-color: rgb(1,58,32); }

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

border-color css

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

 span { border-color: rgb(1,58,32); }

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