Html Css Color HEX #014316 British Racing Green

📋 copy color: '#014316'

red 1 ◦ green 67 ◦ blue 22

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

Shades of British Racing Green #014316

Tints of British Racing Green #014316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 24.44%

R = 1.11%
G = 74.44%
B = 24.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#014316 (or 0x014316) is known color: British Racing Green. HEX triplet: 01, 43 and 16. RGB value is (1,67,22). Sum of RGB (Red+Green+Blue) = 1+67+22=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 67 (26.56% from 255 or 74.44% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 67 - color contains mainly: green. Hex color #014316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014316 is #FEBCE9. Grayscale: #2A2A2A. Windows color (decimal): -16694506 or 1458945. OLE color: 1458945.

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

Color convert

RGB 1 67 22 -
CMYK 0.99 0 0.67 0.74
HSL 139.09º 0.97% 0.13% -
HSV(B) 139.09º 0.99% 0.26% -
XYZ 2.16 4.08 1.43 -
YUV 42.14 116.63 98.66 -
System Red Green Blue C M Y K H S L
Decimal 1 67 22 0.99 0 0.67 0.74 139.09 0.97 0.13
Hex 1 43 16 63 0 43 4A 8B 61 D
Octal 1 103 26 143 0 103 112 213 141 15
Binary 1 1000011 10110 1100011 0 1000011 1001010 10001011 1100001 1101

Color Harmonies of #014316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014316

Black with #014316

Text Example


Text Example

White with #014316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014316; }

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

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

background-color css

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

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

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

border-color css

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

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

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