Html Css Color HEX #01492B British Racing Green

📋 copy color: '#01492B'

red 1 ◦ green 73 ◦ blue 43

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

Shades of British Racing Green #01492B

Tints of British Racing Green #01492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 36.75%

R = 0.85%
G = 62.39%
B = 36.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#01492B (or 0x01492B) is known color: British Racing Green. HEX triplet: 01, 49 and 2B. RGB value is (1,73,43). Sum of RGB (Red+Green+Blue) = 1+73+43=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 73 (28.91% from 255 or 62.39% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 73 - color contains mainly: green. Hex color #01492B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01492B is #FEB6D4. Grayscale: #303030. Windows color (decimal): -16692949 or 2836737. OLE color: 2836737.

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

Color convert

RGB 1 73 43 -
CMYK 0.99 0 0.41 0.71
HSL 155º 0.97% 0.15% -
HSV(B) 155º 0.99% 0.29% -
XYZ 2.83 4.95 3.09 -
YUV 48.05 125.15 94.44 -
System Red Green Blue C M Y K H S L
Decimal 1 73 43 0.99 0 0.41 0.71 155 0.97 0.15
Hex 1 49 2B 63 0 29 47 9B 61 F
Octal 1 111 53 143 0 51 107 233 141 17
Binary 1 1001001 101011 1100011 0 101001 1000111 10011011 1100001 1111

Color Harmonies of #01492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01492B

Black with #01492B

Text Example


Text Example

White with #01492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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