Html Css Color HEX #014314 British Racing Green

📋 copy color: '#014314'

red 1 ◦ green 67 ◦ blue 20

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

Shades of British Racing Green #014314

Tints of British Racing Green #014314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 76.14%

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

R = 1.14%
G = 76.14%
B = 22.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#014314 (or 0x014314) is known color: British Racing Green. HEX triplet: 01, 43 and 14. RGB value is (1,67,20). Sum of RGB (Red+Green+Blue) = 1+67+20=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 67 (26.56% from 255 or 76.14% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 67 - color contains mainly: green. Hex color #014314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014314 is #FEBCEB. Grayscale: #2A2A2A. Windows color (decimal): -16694508 or 1327873. OLE color: 1327873.

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

Color convert

RGB 1 67 20 -
CMYK 0.99 0 0.70 0.74
HSL 137.27º 0.97% 0.13% -
HSV(B) 137.27º 0.99% 0.26% -
XYZ 2.15 4.07 1.33 -
YUV 41.91 115.63 98.82 -
System Red Green Blue C M Y K H S L
Decimal 1 67 20 0.99 0 0.70 0.74 137.27 0.97 0.13
Hex 1 43 14 63 0 46 4A 89 61 D
Octal 1 103 24 143 0 106 112 211 141 15
Binary 1 1000011 10100 1100011 0 1000110 1001010 10001001 1100001 1101

Color Harmonies of #014314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014314

Black with #014314

Text Example


Text Example

White with #014314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014314; }

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

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

background-color css

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

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

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

border-color css

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

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

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