Html Css Color HEX #01441B British Racing Green

📋 copy color: '#01441B'

red 1 ◦ green 68 ◦ blue 27

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

Shades of British Racing Green #01441B

Tints of British Racing Green #01441B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 70.83%

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

R = 1.04%
G = 70.83%
B = 28.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#01441B (or 0x01441B) is known color: British Racing Green. HEX triplet: 01, 44 and 1B. RGB value is (1,68,27). Sum of RGB (Red+Green+Blue) = 1+68+27=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 68 (26.95% from 255 or 70.83% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 68 - color contains mainly: green. Hex color #01441B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01441B is #FEBBE4. Grayscale: #2B2B2B. Windows color (decimal): -16694245 or 1786881. OLE color: 1786881.

HSL color Cylindrical-coordinate representation of color #01441B: hue angle of 143.28º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01441B is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 68 27 -
CMYK 0.99 0 0.60 0.73
HSL 143.28º 0.97% 0.14% -
HSV(B) 143.28º 0.99% 0.27% -
XYZ 2.28 4.22 1.73 -
YUV 43.29 118.8 97.83 -
System Red Green Blue C M Y K H S L
Decimal 1 68 27 0.99 0 0.60 0.73 143.28 0.97 0.14
Hex 1 44 1B 63 0 3C 49 8F 61 E
Octal 1 104 33 143 0 74 111 217 141 16
Binary 1 1000100 11011 1100011 0 111100 1001001 10001111 1100001 1110

Color Harmonies of #01441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01441B

Black with #01441B

Text Example


Text Example

White with #01441B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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