Html Css Color HEX #01411C British Racing Green

📋 copy color: '#01411C'

red 1 ◦ green 65 ◦ blue 28

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

Shades of British Racing Green #01411C

Tints of British Racing Green #01411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 29.79%

R = 1.06%
G = 69.15%
B = 29.79%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#01411C (or 0x01411C) is known color: British Racing Green. HEX triplet: 01, 41 and 1C. RGB value is (1,65,28). Sum of RGB (Red+Green+Blue) = 1+65+28=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 65 (25.78% from 255 or 69.15% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 65 - color contains mainly: green. Hex color #01411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01411C is #FEBEE3. Grayscale: #292929. Windows color (decimal): -16695012 or 1851649. OLE color: 1851649.

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

Color convert

RGB 1 65 28 -
CMYK 0.98 0 0.57 0.75
HSL 145.31º 0.97% 0.13% -
HSV(B) 145.31º 0.98% 0.25% -
XYZ 2.11 3.87 1.73 -
YUV 41.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 1 65 28 0.98 0 0.57 0.75 145.31 0.97 0.13
Hex 1 41 1C 62 0 39 4B 91 61 D
Octal 1 101 34 142 0 71 113 221 141 15
Binary 1 1000001 11100 1100010 0 111001 1001011 10010001 1100001 1101

Color Harmonies of #01411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01411C

Black with #01411C

Text Example


Text Example

White with #01411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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