Html Css Color HEX #01421E British Racing Green

📋 copy color: '#01421E'

red 1 ◦ green 66 ◦ blue 30

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

Shades of British Racing Green #01421E

Tints of British Racing Green #01421E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 30.93%

R = 1.03%
G = 68.04%
B = 30.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#01421E (or 0x01421E) is known color: British Racing Green. HEX triplet: 01, 42 and 1E. RGB value is (1,66,30). Sum of RGB (Red+Green+Blue) = 1+66+30=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 66 (26.17% from 255 or 68.04% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 66 - color contains mainly: green. Hex color #01421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01421E is #FEBDE1. Grayscale: #2A2A2A. Windows color (decimal): -16694754 or 1982977. OLE color: 1982977.

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

Color convert

RGB 1 66 30 -
CMYK 0.98 0 0.55 0.74
HSL 146.77º 0.97% 0.13% -
HSV(B) 146.77º 0.98% 0.26% -
XYZ 2.2 4 1.88 -
YUV 42.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 1 66 30 0.98 0 0.55 0.74 146.77 0.97 0.13
Hex 1 42 1E 62 0 37 4A 93 61 D
Octal 1 102 36 142 0 67 112 223 141 15
Binary 1 1000010 11110 1100010 0 110111 1001010 10010011 1100001 1101

Color Harmonies of #01421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01421E

Black with #01421E

Text Example


Text Example

White with #01421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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