Html Css Color HEX #01422D British Racing Green

📋 copy color: '#01422D'

red 1 ◦ green 66 ◦ blue 45

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

Shades of British Racing Green #01422D

Tints of British Racing Green #01422D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 58.93%

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

R = 0.89%
G = 58.93%
B = 40.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.74

RGB Variations

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

Color information

#01422D (or 0x01422D) is known color: British Racing Green. HEX triplet: 01, 42 and 2D. RGB value is (1,66,45). Sum of RGB (Red+Green+Blue) = 1+66+45=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 66 (26.17% from 255 or 58.93% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 66 - color contains mainly: green. Hex color #01422D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01422D is #FEBDD2. Grayscale: #2C2C2C. Windows color (decimal): -16694739 or 2966017. OLE color: 2966017.

HSL color Cylindrical-coordinate representation of color #01422D: hue angle of 160.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01422D is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 66 45 -
CMYK 0.98 0 0.32 0.74
HSL 160.62º 0.97% 0.13% -
HSV(B) 160.62º 0.98% 0.26% -
XYZ 2.43 4.09 3.14 -
YUV 44.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 1 66 45 0.98 0 0.32 0.74 160.62 0.97 0.13
Hex 1 42 2D 62 0 20 4A A1 61 D
Octal 1 102 55 142 0 40 112 241 141 15
Binary 1 1000010 101101 1100010 0 100000 1001010 10100001 1100001 1101

Color Harmonies of #01422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01422D

Black with #01422D

Text Example


Text Example

White with #01422D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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