Html Css Color HEX #01422E British Racing Green

📋 copy color: '#01422E'

red 1 ◦ green 66 ◦ blue 46

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

Shades of British Racing Green #01422E

Tints of British Racing Green #01422E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 40.71%

R = 0.88%
G = 58.41%
B = 40.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#01422E (or 0x01422E) is known color: British Racing Green. HEX triplet: 01, 42 and 2E. RGB value is (1,66,46). Sum of RGB (Red+Green+Blue) = 1+66+46=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 66 (26.17% from 255 or 58.41% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 66 - color contains mainly: green. Hex color #01422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01422E is #FEBDD1. Grayscale: #2C2C2C. Windows color (decimal): -16694738 or 3031553. OLE color: 3031553.

HSL color Cylindrical-coordinate representation of color #01422E: hue angle of 161.54º 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 #01422E is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 66 46 -
CMYK 0.98 0 0.30 0.74
HSL 161.54º 0.97% 0.13% -
HSV(B) 161.54º 0.98% 0.26% -
XYZ 2.45 4.1 3.25 -
YUV 44.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 1 66 46 0.98 0 0.30 0.74 161.54 0.97 0.13
Hex 1 42 2E 62 0 1E 4A A2 61 D
Octal 1 102 56 142 0 36 112 242 141 15
Binary 1 1000010 101110 1100010 0 11110 1001010 10100010 1100001 1101

Color Harmonies of #01422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01422E

Black with #01422E

Text Example


Text Example

White with #01422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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