Html Css Color HEX #01461A British Racing Green

📋 copy color: '#01461A'

red 1 ◦ green 70 ◦ blue 26

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

Shades of British Racing Green #01461A

Tints of British Racing Green #01461A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 26.8%

R = 1.03%
G = 72.16%
B = 26.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#01461A (or 0x01461A) is known color: British Racing Green. HEX triplet: 01, 46 and 1A. RGB value is (1,70,26). Sum of RGB (Red+Green+Blue) = 1+70+26=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 70 (27.73% from 255 or 72.16% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 70 - color contains mainly: green. Hex color #01461A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01461A is #FEB9E5. Grayscale: #2C2C2C. Windows color (decimal): -16693734 or 1721857. OLE color: 1721857.

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

Color convert

RGB 1 70 26 -
CMYK 0.99 0 0.63 0.73
HSL 141.74º 0.97% 0.14% -
HSV(B) 141.74º 0.99% 0.27% -
XYZ 2.39 4.46 1.71 -
YUV 44.35 117.64 97.08 -
System Red Green Blue C M Y K H S L
Decimal 1 70 26 0.99 0 0.63 0.73 141.74 0.97 0.14
Hex 1 46 1A 63 0 3F 49 8E 61 E
Octal 1 106 32 143 0 77 111 216 141 16
Binary 1 1000110 11010 1100011 0 111111 1001001 10001110 1100001 1110

Color Harmonies of #01461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01461A

Black with #01461A

Text Example


Text Example

White with #01461A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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