Html Css Color HEX #014429 British Racing Green

📋 copy color: '#014429'

red 1 ◦ green 68 ◦ blue 41

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

Shades of British Racing Green #014429

Tints of British Racing Green #014429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 37.27%

R = 0.91%
G = 61.82%
B = 37.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#014429 (or 0x014429) is known color: British Racing Green. HEX triplet: 01, 44 and 29. RGB value is (1,68,41). Sum of RGB (Red+Green+Blue) = 1+68+41=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 68 (26.95% from 255 or 61.82% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 68 - color contains mainly: green. Hex color #014429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014429 is #FEBBD6. Grayscale: #2C2C2C. Windows color (decimal): -16694231 or 2704385. OLE color: 2704385.

HSL color Cylindrical-coordinate representation of color #014429: hue angle of 155.82º 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 #014429 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 68 41 -
CMYK 0.99 0 0.40 0.73
HSL 155.82º 0.97% 0.14% -
HSV(B) 155.82º 0.99% 0.27% -
XYZ 2.48 4.3 2.8 -
YUV 44.89 125.8 96.7 -
System Red Green Blue C M Y K H S L
Decimal 1 68 41 0.99 0 0.40 0.73 155.82 0.97 0.14
Hex 1 44 29 63 0 28 49 9C 61 E
Octal 1 104 51 143 0 50 111 234 141 16
Binary 1 1000100 101001 1100011 0 101000 1001001 10011100 1100001 1110

Color Harmonies of #014429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014429

Black with #014429

Text Example


Text Example

White with #014429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014429; }

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

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

background-color css

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

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

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

border-color css

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

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

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