Html Css Color HEX #014921 British Racing Green

📋 copy color: '#014921'

red 1 ◦ green 73 ◦ blue 33

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

Shades of British Racing Green #014921

Tints of British Racing Green #014921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 30.84%

R = 0.93%
G = 68.22%
B = 30.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#014921 (or 0x014921) is known color: British Racing Green. HEX triplet: 01, 49 and 21. RGB value is (1,73,33). Sum of RGB (Red+Green+Blue) = 1+73+33=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 73 (28.91% from 255 or 68.22% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 73 - color contains mainly: green. Hex color #014921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014921 is #FEB6DE. Grayscale: #2F2F2F. Windows color (decimal): -16692959 or 2181377. OLE color: 2181377.

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

Color convert

RGB 1 73 33 -
CMYK 0.99 0 0.55 0.71
HSL 146.67º 0.97% 0.15% -
HSV(B) 146.67º 0.99% 0.29% -
XYZ 2.67 4.88 2.24 -
YUV 46.91 120.15 95.25 -
System Red Green Blue C M Y K H S L
Decimal 1 73 33 0.99 0 0.55 0.71 146.67 0.97 0.15
Hex 1 49 21 63 0 37 47 93 61 F
Octal 1 111 41 143 0 67 107 223 141 17
Binary 1 1001001 100001 1100011 0 110111 1000111 10010011 1100001 1111

Color Harmonies of #014921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014921

Black with #014921

Text Example


Text Example

White with #014921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014921; }

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

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

background-color css

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

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

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

border-color css

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

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

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