Html Css Color HEX #01462A British Racing Green

📋 copy color: '#01462A'

red 1 ◦ green 70 ◦ blue 42

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

Shades of British Racing Green #01462A

Tints of British Racing Green #01462A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 37.17%

R = 0.88%
G = 61.95%
B = 37.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#01462A (or 0x01462A) is known color: British Racing Green. HEX triplet: 01, 46 and 2A. RGB value is (1,70,42). Sum of RGB (Red+Green+Blue) = 1+70+42=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 70 (27.73% from 255 or 61.95% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 70 - color contains mainly: green. Hex color #01462A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01462A is #FEB9D5. Grayscale: #2E2E2E. Windows color (decimal): -16693718 or 2770433. OLE color: 2770433.

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

Color convert

RGB 1 70 42 -
CMYK 0.99 0 0.40 0.73
HSL 155.65º 0.97% 0.14% -
HSV(B) 155.65º 0.99% 0.27% -
XYZ 2.62 4.55 2.93 -
YUV 46.18 125.64 95.78 -
System Red Green Blue C M Y K H S L
Decimal 1 70 42 0.99 0 0.40 0.73 155.65 0.97 0.14
Hex 1 46 2A 63 0 28 49 9C 61 E
Octal 1 106 52 143 0 50 111 234 141 16
Binary 1 1000110 101010 1100011 0 101000 1001001 10011100 1100001 1110

Color Harmonies of #01462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01462A

Black with #01462A

Text Example


Text Example

White with #01462A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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