Html Css Color HEX #01421D British Racing Green

📋 copy color: '#01421D'

red 1 ◦ green 66 ◦ blue 29

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

Shades of British Racing Green #01421D

Tints of British Racing Green #01421D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 30.21%

R = 1.04%
G = 68.75%
B = 30.21%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#01421D (or 0x01421D) is known color: British Racing Green. HEX triplet: 01, 42 and 1D. RGB value is (1,66,29). Sum of RGB (Red+Green+Blue) = 1+66+29=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 66 (26.17% from 255 or 68.75% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 66 - color contains mainly: green. Hex color #01421D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01421D is #FEBDE2. Grayscale: #2A2A2A. Windows color (decimal): -16694755 or 1917441. OLE color: 1917441.

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

Color convert

RGB 1 66 29 -
CMYK 0.98 0 0.56 0.74
HSL 145.85º 0.97% 0.13% -
HSV(B) 145.85º 0.98% 0.26% -
XYZ 2.18 3.99 1.82 -
YUV 42.35 120.47 98.51 -
System Red Green Blue C M Y K H S L
Decimal 1 66 29 0.98 0 0.56 0.74 145.85 0.97 0.13
Hex 1 42 1D 62 0 38 4A 92 61 D
Octal 1 102 35 142 0 70 112 222 141 15
Binary 1 1000010 11101 1100010 0 111000 1001010 10010010 1100001 1101

Color Harmonies of #01421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01421D

Black with #01421D

Text Example


Text Example

White with #01421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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