Html Css Color HEX #014129 British Racing Green

📋 copy color: '#014129'

red 1 ◦ green 65 ◦ blue 41

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

Shades of British Racing Green #014129

Tints of British Racing Green #014129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 60.75%

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

R = 0.93%
G = 60.75%
B = 38.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#014129 (or 0x014129) is known color: British Racing Green. HEX triplet: 01, 41 and 29. RGB value is (1,65,41). Sum of RGB (Red+Green+Blue) = 1+65+41=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 65 (25.78% from 255 or 60.75% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 65 - color contains mainly: green. Hex color #014129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014129 is #FEBED6. Grayscale: #2B2B2B. Windows color (decimal): -16694999 or 2703617. OLE color: 2703617.

HSL color Cylindrical-coordinate representation of color #014129: hue angle of 157.5º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014129 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 65 41 -
CMYK 0.98 0 0.37 0.75
HSL 157.5º 0.97% 0.13% -
HSV(B) 157.5º 0.98% 0.25% -
XYZ 2.3 3.95 2.74 -
YUV 43.13 126.8 97.95 -
System Red Green Blue C M Y K H S L
Decimal 1 65 41 0.98 0 0.37 0.75 157.5 0.97 0.13
Hex 1 41 29 62 0 25 4B 9E 61 D
Octal 1 101 51 142 0 45 113 236 141 15
Binary 1 1000001 101001 1100010 0 100101 1001011 10011110 1100001 1101

Color Harmonies of #014129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014129

Black with #014129

Text Example


Text Example

White with #014129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014129; }

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

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

background-color css

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

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

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

border-color css

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

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

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