Html Css Color HEX #01441A British Racing Green

📋 copy color: '#01441A'

red 1 ◦ green 68 ◦ blue 26

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

Shades of British Racing Green #01441A

Tints of British Racing Green #01441A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 27.37%

R = 1.05%
G = 71.58%
B = 27.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#01441A (or 0x01441A) is known color: British Racing Green. HEX triplet: 01, 44 and 1A. RGB value is (1,68,26). Sum of RGB (Red+Green+Blue) = 1+68+26=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 68 (26.95% from 255 or 71.58% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 68 - color contains mainly: green. Hex color #01441A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01441A is #FEBBE5. Grayscale: #2B2B2B. Windows color (decimal): -16694246 or 1721345. OLE color: 1721345.

HSL color Cylindrical-coordinate representation of color #01441A: hue angle of 142.39º 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 #01441A is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 68 26 -
CMYK 0.99 0 0.62 0.73
HSL 142.39º 0.97% 0.14% -
HSV(B) 142.39º 0.99% 0.27% -
XYZ 2.27 4.22 1.67 -
YUV 43.18 118.3 97.92 -
System Red Green Blue C M Y K H S L
Decimal 1 68 26 0.99 0 0.62 0.73 142.39 0.97 0.14
Hex 1 44 1A 63 0 3E 49 8E 61 E
Octal 1 104 32 143 0 76 111 216 141 16
Binary 1 1000100 11010 1100011 0 111110 1001001 10001110 1100001 1110

Color Harmonies of #01441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01441A

Black with #01441A

Text Example


Text Example

White with #01441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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