Html Css Color HEX #014310 British Racing Green

📋 copy color: '#014310'

red 1 ◦ green 67 ◦ blue 16

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

Shades of British Racing Green #014310

Tints of British Racing Green #014310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 19.05%

R = 1.19%
G = 79.76%
B = 19.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#014310 (or 0x014310) is known color: British Racing Green. HEX triplet: 01, 43 and 10. RGB value is (1,67,16). Sum of RGB (Red+Green+Blue) = 1+67+16=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 67 (26.56% from 255 or 79.76% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 67 - color contains mainly: green. Hex color #014310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014310 is #FEBCEF. Grayscale: #292929. Windows color (decimal): -16694512 or 1065729. OLE color: 1065729.

HSL color Cylindrical-coordinate representation of color #014310: hue angle of 133.64º 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 #014310 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 67 16 -
CMYK 0.99 0 0.76 0.74
HSL 133.64º 0.97% 0.13% -
HSV(B) 133.64º 0.99% 0.26% -
XYZ 2.11 4.06 1.16 -
YUV 41.45 113.63 99.15 -
System Red Green Blue C M Y K H S L
Decimal 1 67 16 0.99 0 0.76 0.74 133.64 0.97 0.13
Hex 1 43 10 63 0 4C 4A 86 61 D
Octal 1 103 20 143 0 114 112 206 141 15
Binary 1 1000011 10000 1100011 0 1001100 1001010 10000110 1100001 1101

Color Harmonies of #014310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014310

Black with #014310

Text Example


Text Example

White with #014310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014310; }

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

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

background-color css

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

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

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

border-color css

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

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

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