Html Css Color HEX #014824 British Racing Green

📋 copy color: '#014824'

red 1 ◦ green 72 ◦ blue 36

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

Shades of British Racing Green #014824

Tints of British Racing Green #014824

RGB

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

 GREEN value IS 72 (28.52% from 255) = 66.06%

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

R = 0.92%
G = 66.06%
B = 33.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#014824 (or 0x014824) is known color: British Racing Green. HEX triplet: 01, 48 and 24. RGB value is (1,72,36). Sum of RGB (Red+Green+Blue) = 1+72+36=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 72 (28.52% from 255 or 66.06% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 72 - color contains mainly: green. Hex color #014824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014824 is #FEB7DB. Grayscale: #2E2E2E. Windows color (decimal): -16693212 or 2377729. OLE color: 2377729.

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

Color convert

RGB 1 72 36 -
CMYK 0.99 0 0.5 0.72
HSL 149.58º 0.97% 0.14% -
HSV(B) 149.58º 0.99% 0.28% -
XYZ 2.65 4.77 2.45 -
YUV 46.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 1 72 36 0.99 0 0.5 0.72 149.58 0.97 0.14
Hex 1 48 24 63 0 32 48 96 61 E
Octal 1 110 44 143 0 62 110 226 141 16
Binary 1 1001000 100100 1100011 0 110010 1001000 10010110 1100001 1110

Color Harmonies of #014824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014824

Black with #014824

Text Example


Text Example

White with #014824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014824; }

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

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

background-color css

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

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

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

border-color css

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

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

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