Html Css Color HEX #014315 British Racing Green

📋 copy color: '#014315'

red 1 ◦ green 67 ◦ blue 21

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

Shades of British Racing Green #014315

Tints of British Racing Green #014315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 23.6%

R = 1.12%
G = 75.28%
B = 23.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.74

RGB Variations

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

Color information

#014315 (or 0x014315) is known color: British Racing Green. HEX triplet: 01, 43 and 15. RGB value is (1,67,21). Sum of RGB (Red+Green+Blue) = 1+67+21=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 67 (26.56% from 255 or 75.28% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 67 - color contains mainly: green. Hex color #014315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014315 is #FEBCEA. Grayscale: #2A2A2A. Windows color (decimal): -16694507 or 1393409. OLE color: 1393409.

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

Color convert

RGB 1 67 21 -
CMYK 0.99 0 0.69 0.74
HSL 138.18º 0.97% 0.13% -
HSV(B) 138.18º 0.99% 0.26% -
XYZ 2.16 4.07 1.38 -
YUV 42.02 116.13 98.74 -
System Red Green Blue C M Y K H S L
Decimal 1 67 21 0.99 0 0.69 0.74 138.18 0.97 0.13
Hex 1 43 15 63 0 45 4A 8A 61 D
Octal 1 103 25 143 0 105 112 212 141 15
Binary 1 1000011 10101 1100011 0 1000101 1001010 10001010 1100001 1101

Color Harmonies of #014315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014315

Black with #014315

Text Example


Text Example

White with #014315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014315; }

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

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

background-color css

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

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

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

border-color css

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

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

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