Html Css Color HEX #014318 British Racing Green

📋 copy color: '#014318'

red 1 ◦ green 67 ◦ blue 24

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

Shades of British Racing Green #014318

Tints of British Racing Green #014318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 26.09%

R = 1.09%
G = 72.83%
B = 26.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#014318 (or 0x014318) is known color: British Racing Green. HEX triplet: 01, 43 and 18. RGB value is (1,67,24). Sum of RGB (Red+Green+Blue) = 1+67+24=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 67 (26.56% from 255 or 72.83% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 67 - color contains mainly: green. Hex color #014318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014318 is #FEBCE7. Grayscale: #2A2A2A. Windows color (decimal): -16694504 or 1590017. OLE color: 1590017.

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

Color convert

RGB 1 67 24 -
CMYK 0.99 0 0.64 0.74
HSL 140.91º 0.97% 0.13% -
HSV(B) 140.91º 0.99% 0.26% -
XYZ 2.18 4.09 1.54 -
YUV 42.36 117.63 98.5 -
System Red Green Blue C M Y K H S L
Decimal 1 67 24 0.99 0 0.64 0.74 140.91 0.97 0.13
Hex 1 43 18 63 0 40 4A 8D 61 D
Octal 1 103 30 143 0 100 112 215 141 15
Binary 1 1000011 11000 1100011 0 1000000 1001010 10001101 1100001 1101

Color Harmonies of #014318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014318

Black with #014318

Text Example


Text Example

White with #014318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014318; }

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

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

background-color css

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

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

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

border-color css

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

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

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