Html Css Color HEX #01441F British Racing Green

📋 copy color: '#01441F'

red 1 ◦ green 68 ◦ blue 31

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

Shades of British Racing Green #01441F

Tints of British Racing Green #01441F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 31%

R = 1%
G = 68%
B = 31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#01441F (or 0x01441F) is known color: British Racing Green. HEX triplet: 01, 44 and 1F. RGB value is (1,68,31). Sum of RGB (Red+Green+Blue) = 1+68+31=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 68 (26.95% from 255 or 68% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 68 - color contains mainly: green. Hex color #01441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01441F is #FEBBE0. Grayscale: #2B2B2B. Windows color (decimal): -16694241 or 2049025. OLE color: 2049025.

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

Color convert

RGB 1 68 31 -
CMYK 0.99 0 0.54 0.73
HSL 146.87º 0.97% 0.14% -
HSV(B) 146.87º 0.99% 0.27% -
XYZ 2.33 4.24 1.99 -
YUV 43.75 120.8 97.51 -
System Red Green Blue C M Y K H S L
Decimal 1 68 31 0.99 0 0.54 0.73 146.87 0.97 0.14
Hex 1 44 1F 63 0 36 49 93 61 E
Octal 1 104 37 143 0 66 111 223 141 16
Binary 1 1000100 11111 1100011 0 110110 1001001 10010011 1100001 1110

Color Harmonies of #01441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01441F

Black with #01441F

Text Example


Text Example

White with #01441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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