Html Css Color HEX #01401F British Racing Green

📋 copy color: '#01401F'

red 1 ◦ green 64 ◦ blue 31

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

Shades of British Racing Green #01401F

Tints of British Racing Green #01401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 32.29%

R = 1.04%
G = 66.67%
B = 32.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#01401F (or 0x01401F) is known color: British Racing Green. HEX triplet: 01, 40 and 1F. RGB value is (1,64,31). Sum of RGB (Red+Green+Blue) = 1+64+31=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 64 (25.39% from 255 or 66.67% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 64 - color contains mainly: green. Hex color #01401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01401F is #FEBFE0. Grayscale: #292929. Windows color (decimal): -16695265 or 2048001. OLE color: 2048001.

HSL color Cylindrical-coordinate representation of color #01401F: hue angle of 148.57º 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 #01401F is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 64 31 -
CMYK 0.98 0 0.52 0.75
HSL 148.57º 0.97% 0.13% -
HSV(B) 148.57º 0.98% 0.25% -
XYZ 2.09 3.77 1.91 -
YUV 41.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 1 64 31 0.98 0 0.52 0.75 148.57 0.97 0.13
Hex 1 40 1F 62 0 34 4B 95 61 D
Octal 1 100 37 142 0 64 113 225 141 15
Binary 1 1000000 11111 1100010 0 110100 1001011 10010101 1100001 1101

Color Harmonies of #01401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01401F

Black with #01401F

Text Example


Text Example

White with #01401F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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