Html Css Color HEX #014214 British Racing Green

📋 copy color: '#014214'

red 1 ◦ green 66 ◦ blue 20

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

Shades of British Racing Green #014214

Tints of British Racing Green #014214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 75.86%

 BLUE value IS 20 (8.2% from 255) = 22.99%

R = 1.15%
G = 75.86%
B = 22.99%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#014214 (or 0x014214) is known color: British Racing Green. HEX triplet: 01, 42 and 14. RGB value is (1,66,20). Sum of RGB (Red+Green+Blue) = 1+66+20=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 66 (26.17% from 255 or 75.86% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 66 - color contains mainly: green. Hex color #014214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014214 is #FEBDEB. Grayscale: #292929. Windows color (decimal): -16694764 or 1327617. OLE color: 1327617.

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

Color convert

RGB 1 66 20 -
CMYK 0.98 0 0.70 0.74
HSL 137.54º 0.97% 0.13% -
HSV(B) 137.54º 0.98% 0.26% -
XYZ 2.09 3.95 1.31 -
YUV 41.32 115.97 99.24 -
System Red Green Blue C M Y K H S L
Decimal 1 66 20 0.98 0 0.70 0.74 137.54 0.97 0.13
Hex 1 42 14 62 0 46 4A 8A 61 D
Octal 1 102 24 142 0 106 112 212 141 15
Binary 1 1000010 10100 1100010 0 1000110 1001010 10001010 1100001 1101

Color Harmonies of #014214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014214

Black with #014214

Text Example


Text Example

White with #014214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014214; }

 p { color: rgb(1,66,20); }

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

background-color css

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

 a { background-color: rgb(1,66,20); }

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

border-color css

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

 span { border-color: rgb(1,66,20); }

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