Html Css Color HEX #014228 British Racing Green

📋 copy color: '#014228'

red 1 ◦ green 66 ◦ blue 40

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

Shades of British Racing Green #014228

Tints of British Racing Green #014228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 37.38%

R = 0.93%
G = 61.68%
B = 37.38%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#014228 (or 0x014228) is known color: British Racing Green. HEX triplet: 01, 42 and 28. RGB value is (1,66,40). Sum of RGB (Red+Green+Blue) = 1+66+40=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #014228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014228 is #FEBDD7. Grayscale: #2B2B2B. Windows color (decimal): -16694744 or 2638337. OLE color: 2638337.

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

Color convert

RGB 1 66 40 -
CMYK 0.98 0 0.39 0.74
HSL 156º 0.97% 0.13% -
HSV(B) 156º 0.98% 0.26% -
XYZ 2.34 4.06 2.67 -
YUV 43.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 1 66 40 0.98 0 0.39 0.74 156 0.97 0.13
Hex 1 42 28 62 0 27 4A 9C 61 D
Octal 1 102 50 142 0 47 112 234 141 15
Binary 1 1000010 101000 1100010 0 100111 1001010 10011100 1100001 1101

Color Harmonies of #014228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014228

Black with #014228

Text Example


Text Example

White with #014228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014228; }

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

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

background-color css

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

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

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

border-color css

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

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

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