Html Css Color HEX #014B20 British Racing Green

📋 copy color: '#014B20'

red 1 ◦ green 75 ◦ blue 32

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

Shades of British Racing Green #014B20

Tints of British Racing Green #014B20

RGB

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

 GREEN value IS 75 (29.69% from 255) = 69.44%

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

R = 0.93%
G = 69.44%
B = 29.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#014B20 (or 0x014B20) is known color: British Racing Green. HEX triplet: 01, 4B and 20. RGB value is (1,75,32). Sum of RGB (Red+Green+Blue) = 1+75+32=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 75 (29.69% from 255 or 69.44% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 75 - color contains mainly: green. Hex color #014B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014B20 is #FEB4DF. Grayscale: #303030. Windows color (decimal): -16692448 or 2116353. OLE color: 2116353.

HSL color Cylindrical-coordinate representation of color #014B20: hue angle of 145.14º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B20 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 75 32 -
CMYK 0.99 0 0.57 0.71
HSL 145.14º 0.97% 0.15% -
HSV(B) 145.14º 0.99% 0.29% -
XYZ 2.79 5.14 2.21 -
YUV 47.97 118.98 94.5 -
System Red Green Blue C M Y K H S L
Decimal 1 75 32 0.99 0 0.57 0.71 145.14 0.97 0.15
Hex 1 4B 20 63 0 39 47 91 61 F
Octal 1 113 40 143 0 71 107 221 141 17
Binary 1 1001011 100000 1100011 0 111001 1000111 10010001 1100001 1111

Color Harmonies of #014B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014B20

Black with #014B20

Text Example


Text Example

White with #014B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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