Html Css Color HEX #01411A British Racing Green

📋 copy color: '#01411A'

red 1 ◦ green 65 ◦ blue 26

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

Shades of British Racing Green #01411A

Tints of British Racing Green #01411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 70.65%

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

R = 1.09%
G = 70.65%
B = 28.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#01411A (or 0x01411A) is known color: British Racing Green. HEX triplet: 01, 41 and 1A. RGB value is (1,65,26). Sum of RGB (Red+Green+Blue) = 1+65+26=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 65 (25.78% from 255 or 70.65% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 65 - color contains mainly: green. Hex color #01411A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01411A is #FEBEE5. Grayscale: #292929. Windows color (decimal): -16695014 or 1720577. OLE color: 1720577.

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

Color convert

RGB 1 65 26 -
CMYK 0.98 0 0.60 0.75
HSL 143.44º 0.97% 0.13% -
HSV(B) 143.44º 0.98% 0.25% -
XYZ 2.09 3.86 1.61 -
YUV 41.42 119.3 99.17 -
System Red Green Blue C M Y K H S L
Decimal 1 65 26 0.98 0 0.60 0.75 143.44 0.97 0.13
Hex 1 41 1A 62 0 3C 4B 8F 61 D
Octal 1 101 32 142 0 74 113 217 141 15
Binary 1 1000001 11010 1100010 0 111100 1001011 10001111 1100001 1101

Color Harmonies of #01411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01411A

Black with #01411A

Text Example


Text Example

White with #01411A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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