Html Css Color HEX #013B20 British Racing Green

📋 copy color: '#013B20'

red 1 ◦ green 59 ◦ blue 32

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

Shades of British Racing Green #013B20

Tints of British Racing Green #013B20

RGB

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

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

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

R = 1.09%
G = 64.13%
B = 34.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.77

RGB Variations

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

Color information

#013B20 (or 0x013B20) is known color: British Racing Green. HEX triplet: 01, 3B and 20. RGB value is (1,59,32). Sum of RGB (Red+Green+Blue) = 1+59+32=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 59 (23.44% from 255 or 64.13% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 59 - color contains mainly: green. Hex color #013B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B20 is #FEC4DF. Grayscale: #262626. Windows color (decimal): -16696544 or 2112257. OLE color: 2112257.

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

Color convert

RGB 1 59 32 -
CMYK 0.98 0 0.46 0.77
HSL 152.07º 0.97% 0.12% -
HSV(B) 152.07º 0.98% 0.23% -
XYZ 1.84 3.24 1.89 -
YUV 38.58 124.28 101.2 -
System Red Green Blue C M Y K H S L
Decimal 1 59 32 0.98 0 0.46 0.77 152.07 0.97 0.12
Hex 1 3B 20 62 0 2E 4D 98 61 C
Octal 1 73 40 142 0 56 115 230 141 14
Binary 1 111011 100000 1100010 0 101110 1001101 10011000 1100001 1100

Color Harmonies of #013B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B20

Black with #013B20

Text Example


Text Example

White with #013B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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