Html Css Color HEX #014426 British Racing Green

📋 copy color: '#014426'

red 1 ◦ green 68 ◦ blue 38

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

Shades of British Racing Green #014426

Tints of British Racing Green #014426

RGB

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

 GREEN value IS 68 (26.95% from 255) = 63.55%

 BLUE value IS 38 (15.23% from 255) = 35.51%

R = 0.93%
G = 63.55%
B = 35.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#014426 (or 0x014426) is known color: British Racing Green. HEX triplet: 01, 44 and 26. RGB value is (1,68,38). Sum of RGB (Red+Green+Blue) = 1+68+38=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 68 (26.95% from 255 or 63.55% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 68 - color contains mainly: green. Hex color #014426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014426 is #FEBBD9. Grayscale: #2C2C2C. Windows color (decimal): -16694234 or 2507777. OLE color: 2507777.

HSL color Cylindrical-coordinate representation of color #014426: hue angle of 153.13º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014426 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 68 38 -
CMYK 0.99 0 0.44 0.73
HSL 153.13º 0.97% 0.14% -
HSV(B) 153.13º 0.99% 0.27% -
XYZ 2.43 4.28 2.53 -
YUV 44.55 124.3 96.94 -
System Red Green Blue C M Y K H S L
Decimal 1 68 38 0.99 0 0.44 0.73 153.13 0.97 0.14
Hex 1 44 26 63 0 2C 49 99 61 E
Octal 1 104 46 143 0 54 111 231 141 16
Binary 1 1000100 100110 1100011 0 101100 1001001 10011001 1100001 1110

Color Harmonies of #014426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014426

Black with #014426

Text Example


Text Example

White with #014426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014426; }

 p { color: rgb(1,68,38); }

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

background-color css

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

 a { background-color: rgb(1,68,38); }

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

border-color css

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

 span { border-color: rgb(1,68,38); }

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