Html Css Color HEX #01462B British Racing Green

📋 copy color: '#01462B'

red 1 ◦ green 70 ◦ blue 43

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

Shades of British Racing Green #01462B

Tints of British Racing Green #01462B

RGB

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

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

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

R = 0.88%
G = 61.4%
B = 37.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.73

RGB Variations

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

Color information

#01462B (or 0x01462B) is known color: British Racing Green. HEX triplet: 01, 46 and 2B. RGB value is (1,70,43). Sum of RGB (Red+Green+Blue) = 1+70+43=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 70 (27.73% from 255 or 61.40% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 70 - color contains mainly: green. Hex color #01462B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01462B is #FEB9D4. Grayscale: #2E2E2E. Windows color (decimal): -16693717 or 2835969. OLE color: 2835969.

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

Color convert

RGB 1 70 43 -
CMYK 0.99 0 0.39 0.73
HSL 156.52º 0.97% 0.14% -
HSV(B) 156.52º 0.99% 0.27% -
XYZ 2.64 4.56 3.03 -
YUV 46.29 126.14 95.7 -
System Red Green Blue C M Y K H S L
Decimal 1 70 43 0.99 0 0.39 0.73 156.52 0.97 0.14
Hex 1 46 2B 63 0 27 49 9D 61 E
Octal 1 106 53 143 0 47 111 235 141 16
Binary 1 1000110 101011 1100011 0 100111 1001001 10011101 1100001 1110

Color Harmonies of #01462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01462B

Black with #01462B

Text Example


Text Example

White with #01462B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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