Html Css Color HEX #014928 British Racing Green

📋 copy color: '#014928'

red 1 ◦ green 73 ◦ blue 40

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

Shades of British Racing Green #014928

Tints of British Racing Green #014928

RGB

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

 GREEN value IS 73 (28.91% from 255) = 64.04%

 BLUE value IS 40 (16.02% from 255) = 35.09%

R = 0.88%
G = 64.04%
B = 35.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#014928 (or 0x014928) is known color: British Racing Green. HEX triplet: 01, 49 and 28. RGB value is (1,73,40). Sum of RGB (Red+Green+Blue) = 1+73+40=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 73 (28.91% from 255 or 64.04% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 73 - color contains mainly: green. Hex color #014928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014928 is #FEB6D7. Grayscale: #2F2F2F. Windows color (decimal): -16692952 or 2640129. OLE color: 2640129.

HSL color Cylindrical-coordinate representation of color #014928: hue angle of 152.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014928 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 73 40 -
CMYK 0.99 0 0.45 0.71
HSL 152.5º 0.97% 0.15% -
HSV(B) 152.5º 0.99% 0.29% -
XYZ 2.78 4.92 2.81 -
YUV 47.71 123.65 94.68 -
System Red Green Blue C M Y K H S L
Decimal 1 73 40 0.99 0 0.45 0.71 152.5 0.97 0.15
Hex 1 49 28 63 0 2D 47 98 61 F
Octal 1 111 50 143 0 55 107 230 141 17
Binary 1 1001001 101000 1100011 0 101101 1000111 10011000 1100001 1111

Color Harmonies of #014928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014928

Black with #014928

Text Example


Text Example

White with #014928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014928; }

 p { color: rgb(1,73,40); }

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

background-color css

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

 a { background-color: rgb(1,73,40); }

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

border-color css

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

 span { border-color: rgb(1,73,40); }

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