Html Css Color HEX #014120 British Racing Green

📋 copy color: '#014120'

red 1 ◦ green 65 ◦ blue 32

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

Shades of British Racing Green #014120

Tints of British Racing Green #014120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 66.33%

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

R = 1.02%
G = 66.33%
B = 32.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#014120 (or 0x014120) is known color: British Racing Green. HEX triplet: 01, 41 and 20. RGB value is (1,65,32). Sum of RGB (Red+Green+Blue) = 1+65+32=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 65 (25.78% from 255 or 66.33% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 65 - color contains mainly: green. Hex color #014120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014120 is #FEBEDF. Grayscale: #2A2A2A. Windows color (decimal): -16695008 or 2113793. OLE color: 2113793.

HSL color Cylindrical-coordinate representation of color #014120: hue angle of 149.06º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014120 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 65 32 -
CMYK 0.98 0 0.51 0.75
HSL 149.06º 0.97% 0.13% -
HSV(B) 149.06º 0.98% 0.25% -
XYZ 2.16 3.89 2 -
YUV 42.1 122.3 98.68 -
System Red Green Blue C M Y K H S L
Decimal 1 65 32 0.98 0 0.51 0.75 149.06 0.97 0.13
Hex 1 41 20 62 0 33 4B 95 61 D
Octal 1 101 40 142 0 63 113 225 141 15
Binary 1 1000001 100000 1100010 0 110011 1001011 10010101 1100001 1101

Color Harmonies of #014120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014120

Black with #014120

Text Example


Text Example

White with #014120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014120; }

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

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

background-color css

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

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

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

border-color css

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

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

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