Html Css Color HEX #014227 British Racing Green

📋 copy color: '#014227'

red 1 ◦ green 66 ◦ blue 39

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

Shades of British Racing Green #014227

Tints of British Racing Green #014227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 36.79%

R = 0.94%
G = 62.26%
B = 36.79%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#014227 (or 0x014227) is known color: British Racing Green. HEX triplet: 01, 42 and 27. RGB value is (1,66,39). Sum of RGB (Red+Green+Blue) = 1+66+39=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 66 (26.17% from 255 or 62.26% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 66 - color contains mainly: green. Hex color #014227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014227 is #FEBDD8. Grayscale: #2B2B2B. Windows color (decimal): -16694745 or 2572801. OLE color: 2572801.

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

Color convert

RGB 1 66 39 -
CMYK 0.98 0 0.41 0.74
HSL 155.08º 0.97% 0.13% -
HSV(B) 155.08º 0.98% 0.26% -
XYZ 2.33 4.05 2.58 -
YUV 43.49 125.47 97.7 -
System Red Green Blue C M Y K H S L
Decimal 1 66 39 0.98 0 0.41 0.74 155.08 0.97 0.13
Hex 1 42 27 62 0 29 4A 9B 61 D
Octal 1 102 47 142 0 51 112 233 141 15
Binary 1 1000010 100111 1100010 0 101001 1001010 10011011 1100001 1101

Color Harmonies of #014227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014227

Black with #014227

Text Example


Text Example

White with #014227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014227; }

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

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

background-color css

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

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

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

border-color css

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

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

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