Html Css Color HEX #01492C British Racing Green

📋 copy color: '#01492C'

red 1 ◦ green 73 ◦ blue 44

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

Shades of British Racing Green #01492C

Tints of British Racing Green #01492C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 37.29%

R = 0.85%
G = 61.86%
B = 37.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#01492C (or 0x01492C) is known color: British Racing Green. HEX triplet: 01, 49 and 2C. RGB value is (1,73,44). Sum of RGB (Red+Green+Blue) = 1+73+44=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 73 (28.91% from 255 or 61.86% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 73 - color contains mainly: green. Hex color #01492C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01492C is #FEB6D3. Grayscale: #303030. Windows color (decimal): -16692948 or 2902273. OLE color: 2902273.

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

Color convert

RGB 1 73 44 -
CMYK 0.99 0 0.40 0.71
HSL 155.83º 0.97% 0.15% -
HSV(B) 155.83º 0.99% 0.29% -
XYZ 2.85 4.95 3.19 -
YUV 48.17 125.65 94.36 -
System Red Green Blue C M Y K H S L
Decimal 1 73 44 0.99 0 0.40 0.71 155.83 0.97 0.15
Hex 1 49 2C 63 0 28 47 9C 61 F
Octal 1 111 54 143 0 50 107 234 141 17
Binary 1 1001001 101100 1100011 0 101000 1000111 10011100 1100001 1111

Color Harmonies of #01492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01492C

Black with #01492C

Text Example


Text Example

White with #01492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01492C; }

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

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

background-color css

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

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

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

border-color css

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

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

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