Html Css Color HEX #01461D British Racing Green

📋 copy color: '#01461D'

red 1 ◦ green 70 ◦ blue 29

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

Shades of British Racing Green #01461D

Tints of British Racing Green #01461D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 29%

R = 1%
G = 70%
B = 29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#01461D (or 0x01461D) is known color: British Racing Green. HEX triplet: 01, 46 and 1D. RGB value is (1,70,29). Sum of RGB (Red+Green+Blue) = 1+70+29=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 70 (27.73% from 255 or 70% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 70 - color contains mainly: green. Hex color #01461D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01461D is #FEB9E2. Grayscale: #2C2C2C. Windows color (decimal): -16693731 or 1918465. OLE color: 1918465.

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

Color convert

RGB 1 70 29 -
CMYK 0.99 0 0.59 0.73
HSL 144.35º 0.97% 0.14% -
HSV(B) 144.35º 0.99% 0.27% -
XYZ 2.42 4.48 1.9 -
YUV 44.7 119.14 96.83 -
System Red Green Blue C M Y K H S L
Decimal 1 70 29 0.99 0 0.59 0.73 144.35 0.97 0.14
Hex 1 46 1D 63 0 3B 49 90 61 E
Octal 1 106 35 143 0 73 111 220 141 16
Binary 1 1000110 11101 1100011 0 111011 1001001 10010000 1100001 1110

Color Harmonies of #01461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01461D

Black with #01461D

Text Example


Text Example

White with #01461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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