Html Css Color HEX #01401A British Racing Green

📋 copy color: '#01401A'

red 1 ◦ green 64 ◦ blue 26

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

Shades of British Racing Green #01401A

Tints of British Racing Green #01401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 70.33%

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

R = 1.1%
G = 70.33%
B = 28.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#01401A (or 0x01401A) is known color: British Racing Green. HEX triplet: 01, 40 and 1A. RGB value is (1,64,26). Sum of RGB (Red+Green+Blue) = 1+64+26=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 64 (25.39% from 255 or 70.33% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 64 - color contains mainly: green. Hex color #01401A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01401A is #FEBFE5. Grayscale: #282828. Windows color (decimal): -16695270 or 1720321. OLE color: 1720321.

HSL color Cylindrical-coordinate representation of color #01401A: hue angle of 143.81º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01401A is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 64 26 -
CMYK 0.98 0 0.59 0.75
HSL 143.81º 0.97% 0.13% -
HSV(B) 143.81º 0.98% 0.25% -
XYZ 2.03 3.75 1.59 -
YUV 40.83 119.63 99.59 -
System Red Green Blue C M Y K H S L
Decimal 1 64 26 0.98 0 0.59 0.75 143.81 0.97 0.13
Hex 1 40 1A 62 0 3B 4B 90 61 D
Octal 1 100 32 142 0 73 113 220 141 15
Binary 1 1000000 11010 1100010 0 111011 1001011 10010000 1100001 1101

Color Harmonies of #01401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01401A

Black with #01401A

Text Example


Text Example

White with #01401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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