Html Css Color HEX #01442C British Racing Green

📋 copy color: '#01442C'

red 1 ◦ green 68 ◦ blue 44

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

Shades of British Racing Green #01442C

Tints of British Racing Green #01442C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 38.94%

R = 0.88%
G = 60.18%
B = 38.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.73

RGB Variations

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

Color information

#01442C (or 0x01442C) is known color: British Racing Green. HEX triplet: 01, 44 and 2C. RGB value is (1,68,44). Sum of RGB (Red+Green+Blue) = 1+68+44=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 68 (26.95% from 255 or 60.18% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 68 - color contains mainly: green. Hex color #01442C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01442C is #FEBBD3. Grayscale: #2D2D2D. Windows color (decimal): -16694228 or 2900993. OLE color: 2900993.

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

Color convert

RGB 1 68 44 -
CMYK 0.99 0 0.35 0.73
HSL 158.51º 0.97% 0.14% -
HSV(B) 158.51º 0.99% 0.27% -
XYZ 2.53 4.32 3.08 -
YUV 45.23 127.3 96.45 -
System Red Green Blue C M Y K H S L
Decimal 1 68 44 0.99 0 0.35 0.73 158.51 0.97 0.14
Hex 1 44 2C 63 0 23 49 9F 61 E
Octal 1 104 54 143 0 43 111 237 141 16
Binary 1 1000100 101100 1100011 0 100011 1001001 10011111 1100001 1110

Color Harmonies of #01442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01442C

Black with #01442C

Text Example


Text Example

White with #01442C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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