Html Css Color HEX #014518 British Racing Green

📋 copy color: '#014518'

red 1 ◦ green 69 ◦ blue 24

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

Shades of British Racing Green #014518

Tints of British Racing Green #014518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 73.4%

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

R = 1.06%
G = 73.4%
B = 25.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#014518 (or 0x014518) is known color: British Racing Green. HEX triplet: 01, 45 and 18. RGB value is (1,69,24). Sum of RGB (Red+Green+Blue) = 1+69+24=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 69 (27.34% from 255 or 73.40% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 69 - color contains mainly: green. Hex color #014518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014518 is #FEBAE7. Grayscale: #2B2B2B. Windows color (decimal): -16693992 or 1590529. OLE color: 1590529.

HSL color Cylindrical-coordinate representation of color #014518: hue angle of 140.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014518 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 69 24 -
CMYK 0.99 0 0.65 0.73
HSL 140.29º 0.97% 0.14% -
HSV(B) 140.29º 0.99% 0.27% -
XYZ 2.31 4.33 1.58 -
YUV 43.54 116.97 97.66 -
System Red Green Blue C M Y K H S L
Decimal 1 69 24 0.99 0 0.65 0.73 140.29 0.97 0.14
Hex 1 45 18 63 0 41 49 8C 61 E
Octal 1 105 30 143 0 101 111 214 141 16
Binary 1 1000101 11000 1100011 0 1000001 1001001 10001100 1100001 1110

Color Harmonies of #014518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014518

Black with #014518

Text Example


Text Example

White with #014518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014518; }

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

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

background-color css

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

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

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

border-color css

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

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

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