Html Css Color HEX #01442D British Racing Green

📋 copy color: '#01442D'

red 1 ◦ green 68 ◦ blue 45

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

Shades of British Racing Green #01442D

Tints of British Racing Green #01442D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 39.47%

R = 0.88%
G = 59.65%
B = 39.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#01442D (or 0x01442D) is known color: British Racing Green. HEX triplet: 01, 44 and 2D. RGB value is (1,68,45). Sum of RGB (Red+Green+Blue) = 1+68+45=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 68 (26.95% from 255 or 59.65% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 68 - color contains mainly: green. Hex color #01442D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01442D is #FEBBD2. Grayscale: #2D2D2D. Windows color (decimal): -16694227 or 2966529. OLE color: 2966529.

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

Color convert

RGB 1 68 45 -
CMYK 0.99 0 0.34 0.73
HSL 159.4º 0.97% 0.14% -
HSV(B) 159.4º 0.99% 0.27% -
XYZ 2.55 4.33 3.18 -
YUV 45.35 127.8 96.37 -
System Red Green Blue C M Y K H S L
Decimal 1 68 45 0.99 0 0.34 0.73 159.4 0.97 0.14
Hex 1 44 2D 63 0 22 49 9F 61 E
Octal 1 104 55 143 0 42 111 237 141 16
Binary 1 1000100 101101 1100011 0 100010 1001001 10011111 1100001 1110

Color Harmonies of #01442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01442D

Black with #01442D

Text Example


Text Example

White with #01442D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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