Html Css Color HEX #01442A British Racing Green

📋 copy color: '#01442A'

red 1 ◦ green 68 ◦ blue 42

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

Shades of British Racing Green #01442A

Tints of British Racing Green #01442A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 37.84%

R = 0.9%
G = 61.26%
B = 37.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#01442A (or 0x01442A) is known color: British Racing Green. HEX triplet: 01, 44 and 2A. RGB value is (1,68,42). Sum of RGB (Red+Green+Blue) = 1+68+42=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 68 (26.95% from 255 or 61.26% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 68 - color contains mainly: green. Hex color #01442A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01442A is #FEBBD5. Grayscale: #2D2D2D. Windows color (decimal): -16694230 or 2769921. OLE color: 2769921.

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

Color convert

RGB 1 68 42 -
CMYK 0.99 0 0.38 0.73
HSL 156.72º 0.97% 0.14% -
HSV(B) 156.72º 0.99% 0.27% -
XYZ 2.5 4.31 2.89 -
YUV 45 126.3 96.61 -
System Red Green Blue C M Y K H S L
Decimal 1 68 42 0.99 0 0.38 0.73 156.72 0.97 0.14
Hex 1 44 2A 63 0 26 49 9D 61 E
Octal 1 104 52 143 0 46 111 235 141 16
Binary 1 1000100 101010 1100011 0 100110 1001001 10011101 1100001 1110

Color Harmonies of #01442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01442A

Black with #01442A

Text Example


Text Example

White with #01442A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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