Html Css Color HEX #01462C British Racing Green

📋 copy color: '#01462C'

red 1 ◦ green 70 ◦ blue 44

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

Shades of British Racing Green #01462C

Tints of British Racing Green #01462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 60.87%

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

R = 0.87%
G = 60.87%
B = 38.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#01462C (or 0x01462C) is known color: British Racing Green. HEX triplet: 01, 46 and 2C. RGB value is (1,70,44). Sum of RGB (Red+Green+Blue) = 1+70+44=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 70 (27.73% from 255 or 60.87% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 70 - color contains mainly: green. Hex color #01462C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01462C is #FEB9D3. Grayscale: #2E2E2E. Windows color (decimal): -16693716 or 2901505. OLE color: 2901505.

HSL color Cylindrical-coordinate representation of color #01462C: hue angle of 157.39º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01462C is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 70 44 -
CMYK 0.99 0 0.37 0.73
HSL 157.39º 0.97% 0.14% -
HSV(B) 157.39º 0.99% 0.27% -
XYZ 2.66 4.57 3.12 -
YUV 46.41 126.64 95.61 -
System Red Green Blue C M Y K H S L
Decimal 1 70 44 0.99 0 0.37 0.73 157.39 0.97 0.14
Hex 1 46 2C 63 0 25 49 9D 61 E
Octal 1 106 54 143 0 45 111 235 141 16
Binary 1 1000110 101100 1100011 0 100101 1001001 10011101 1100001 1110

Color Harmonies of #01462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01462C

Black with #01462C

Text Example


Text Example

White with #01462C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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