Html Css Color HEX #01411D British Racing Green

📋 copy color: '#01411D'

red 1 ◦ green 65 ◦ blue 29

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

Shades of British Racing Green #01411D

Tints of British Racing Green #01411D

RGB

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

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

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

R = 1.05%
G = 68.42%
B = 30.53%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#01411D (or 0x01411D) is known color: British Racing Green. HEX triplet: 01, 41 and 1D. RGB value is (1,65,29). Sum of RGB (Red+Green+Blue) = 1+65+29=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #01411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01411D is #FEBEE2. Grayscale: #292929. Windows color (decimal): -16695011 or 1917185. OLE color: 1917185.

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

Color convert

RGB 1 65 29 -
CMYK 0.98 0 0.55 0.75
HSL 146.25º 0.97% 0.13% -
HSV(B) 146.25º 0.98% 0.25% -
XYZ 2.12 3.88 1.8 -
YUV 41.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 1 65 29 0.98 0 0.55 0.75 146.25 0.97 0.13
Hex 1 41 1D 62 0 37 4B 92 61 D
Octal 1 101 35 142 0 67 113 222 141 15
Binary 1 1000001 11101 1100010 0 110111 1001011 10010010 1100001 1101

Color Harmonies of #01411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01411D

Black with #01411D

Text Example


Text Example

White with #01411D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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