Html Css Color HEX #01411E British Racing Green

📋 copy color: '#01411E'

red 1 ◦ green 65 ◦ blue 30

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

Shades of British Racing Green #01411E

Tints of British Racing Green #01411E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 31.25%

R = 1.04%
G = 67.71%
B = 31.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#01411E (or 0x01411E) is known color: British Racing Green. HEX triplet: 01, 41 and 1E. RGB value is (1,65,30). Sum of RGB (Red+Green+Blue) = 1+65+30=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 65 (25.78% from 255 or 67.71% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 65 - color contains mainly: green. Hex color #01411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01411E is #FEBEE1. Grayscale: #292929. Windows color (decimal): -16695010 or 1982721. OLE color: 1982721.

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

Color convert

RGB 1 65 30 -
CMYK 0.98 0 0.54 0.75
HSL 147.19º 0.97% 0.13% -
HSV(B) 147.19º 0.98% 0.25% -
XYZ 2.14 3.88 1.86 -
YUV 41.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 1 65 30 0.98 0 0.54 0.75 147.19 0.97 0.13
Hex 1 41 1E 62 0 36 4B 93 61 D
Octal 1 101 36 142 0 66 113 223 141 15
Binary 1 1000001 11110 1100010 0 110110 1001011 10010011 1100001 1101

Color Harmonies of #01411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01411E

Black with #01411E

Text Example


Text Example

White with #01411E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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