Html Css Color HEX #01421C British Racing Green

📋 copy color: '#01421C'

red 1 ◦ green 66 ◦ blue 28

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

Shades of British Racing Green #01421C

Tints of British Racing Green #01421C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 29.47%

R = 1.05%
G = 69.47%
B = 29.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#01421C (or 0x01421C) is known color: British Racing Green. HEX triplet: 01, 42 and 1C. RGB value is (1,66,28). Sum of RGB (Red+Green+Blue) = 1+66+28=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 66 (26.17% from 255 or 69.47% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 66 - color contains mainly: green. Hex color #01421C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01421C is #FEBDE3. Grayscale: #2A2A2A. Windows color (decimal): -16694756 or 1851905. OLE color: 1851905.

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

Color convert

RGB 1 66 28 -
CMYK 0.98 0 0.58 0.74
HSL 144.92º 0.97% 0.13% -
HSV(B) 144.92º 0.98% 0.26% -
XYZ 2.17 3.99 1.75 -
YUV 42.23 119.97 98.59 -
System Red Green Blue C M Y K H S L
Decimal 1 66 28 0.98 0 0.58 0.74 144.92 0.97 0.13
Hex 1 42 1C 62 0 3A 4A 91 61 D
Octal 1 102 34 142 0 72 112 221 141 15
Binary 1 1000010 11100 1100010 0 111010 1001010 10010001 1100001 1101

Color Harmonies of #01421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01421C

Black with #01421C

Text Example


Text Example

White with #01421C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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