Html Css Color HEX #01421A British Racing Green

📋 copy color: '#01421A'

red 1 ◦ green 66 ◦ blue 26

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

Shades of British Racing Green #01421A

Tints of British Racing Green #01421A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 27.96%

R = 1.08%
G = 70.97%
B = 27.96%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#01421A (or 0x01421A) is known color: British Racing Green. HEX triplet: 01, 42 and 1A. RGB value is (1,66,26). Sum of RGB (Red+Green+Blue) = 1+66+26=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 66 (26.17% from 255 or 70.97% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 66 - color contains mainly: green. Hex color #01421A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01421A is #FEBDE5. Grayscale: #2A2A2A. Windows color (decimal): -16694758 or 1720833. OLE color: 1720833.

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

Color convert

RGB 1 66 26 -
CMYK 0.98 0 0.61 0.74
HSL 143.08º 0.97% 0.13% -
HSV(B) 143.08º 0.98% 0.26% -
XYZ 2.15 3.98 1.63 -
YUV 42.01 118.97 98.75 -
System Red Green Blue C M Y K H S L
Decimal 1 66 26 0.98 0 0.61 0.74 143.08 0.97 0.13
Hex 1 42 1A 62 0 3D 4A 8F 61 D
Octal 1 102 32 142 0 75 112 217 141 15
Binary 1 1000010 11010 1100010 0 111101 1001010 10001111 1100001 1101

Color Harmonies of #01421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01421A

Black with #01421A

Text Example


Text Example

White with #01421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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