Html Css Color HEX #014624 British Racing Green

📋 copy color: '#014624'

red 1 ◦ green 70 ◦ blue 36

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

Shades of British Racing Green #014624

Tints of British Racing Green #014624

RGB

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

 GREEN value IS 70 (27.73% from 255) = 65.42%

 BLUE value IS 36 (14.45% from 255) = 33.64%

R = 0.93%
G = 65.42%
B = 33.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#014624 (or 0x014624) is known color: British Racing Green. HEX triplet: 01, 46 and 24. RGB value is (1,70,36). Sum of RGB (Red+Green+Blue) = 1+70+36=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 70 (27.73% from 255 or 65.42% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 70 - color contains mainly: green. Hex color #014624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014624 is #FEB9DB. Grayscale: #2D2D2D. Windows color (decimal): -16693724 or 2377217. OLE color: 2377217.

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

Color convert

RGB 1 70 36 -
CMYK 0.99 0 0.49 0.73
HSL 150.43º 0.97% 0.14% -
HSV(B) 150.43º 0.99% 0.27% -
XYZ 2.52 4.51 2.41 -
YUV 45.49 122.64 96.26 -
System Red Green Blue C M Y K H S L
Decimal 1 70 36 0.99 0 0.49 0.73 150.43 0.97 0.14
Hex 1 46 24 63 0 31 49 96 61 E
Octal 1 106 44 143 0 61 111 226 141 16
Binary 1 1000110 100100 1100011 0 110001 1001001 10010110 1100001 1110

Color Harmonies of #014624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014624

Black with #014624

Text Example


Text Example

White with #014624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014624; }

 p { color: rgb(1,70,36); }

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

background-color css

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

 a { background-color: rgb(1,70,36); }

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

border-color css

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

 span { border-color: rgb(1,70,36); }

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