Html Css Color HEX #01401B British Racing Green

📋 copy color: '#01401B'

red 1 ◦ green 64 ◦ blue 27

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

Shades of British Racing Green #01401B

Tints of British Racing Green #01401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 29.35%

R = 1.09%
G = 69.57%
B = 29.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#01401B (or 0x01401B) is known color: British Racing Green. HEX triplet: 01, 40 and 1B. RGB value is (1,64,27). Sum of RGB (Red+Green+Blue) = 1+64+27=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 64 (25.39% from 255 or 69.57% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 64 - color contains mainly: green. Hex color #01401B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01401B is #FEBFE4. Grayscale: #292929. Windows color (decimal): -16695269 or 1785857. OLE color: 1785857.

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

Color convert

RGB 1 64 27 -
CMYK 0.98 0 0.58 0.75
HSL 144.76º 0.97% 0.13% -
HSV(B) 144.76º 0.98% 0.25% -
XYZ 2.04 3.75 1.65 -
YUV 40.95 120.13 99.51 -
System Red Green Blue C M Y K H S L
Decimal 1 64 27 0.98 0 0.58 0.75 144.76 0.97 0.13
Hex 1 40 1B 62 0 3A 4B 91 61 D
Octal 1 100 33 142 0 72 113 221 141 15
Binary 1 1000000 11011 1100010 0 111010 1001011 10010001 1100001 1101

Color Harmonies of #01401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01401B

Black with #01401B

Text Example


Text Example

White with #01401B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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