Html Css Color HEX #01411B British Racing Green

📋 copy color: '#01411B'

red 1 ◦ green 65 ◦ blue 27

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

Shades of British Racing Green #01411B

Tints of British Racing Green #01411B

RGB

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

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

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

R = 1.08%
G = 69.89%
B = 29.03%

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

#01411B (or 0x01411B) is known color: British Racing Green. HEX triplet: 01, 41 and 1B. RGB value is (1,65,27). Sum of RGB (Red+Green+Blue) = 1+65+27=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 65 (25.78% from 255 or 69.89% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 65 - color contains mainly: green. Hex color #01411B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01411B is #FEBEE4. Grayscale: #292929. Windows color (decimal): -16695013 or 1786113. OLE color: 1786113.

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

Color convert

RGB 1 65 27 -
CMYK 0.98 0 0.58 0.75
HSL 144.38º 0.97% 0.13% -
HSV(B) 144.38º 0.98% 0.25% -
XYZ 2.1 3.87 1.67 -
YUV 41.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 1 65 27 0.98 0 0.58 0.75 144.38 0.97 0.13
Hex 1 41 1B 62 0 3A 4B 90 61 D
Octal 1 101 33 142 0 72 113 220 141 15
Binary 1 1000001 11011 1100010 0 111010 1001011 10010000 1100001 1101

Color Harmonies of #01411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01411B

Black with #01411B

Text Example


Text Example

White with #01411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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