Html Css Color HEX #014829 British Racing Green

📋 copy color: '#014829'

red 1 ◦ green 72 ◦ blue 41

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

Shades of British Racing Green #014829

Tints of British Racing Green #014829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 63.16%

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

R = 0.88%
G = 63.16%
B = 35.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#014829 (or 0x014829) is known color: British Racing Green. HEX triplet: 01, 48 and 29. RGB value is (1,72,41). Sum of RGB (Red+Green+Blue) = 1+72+41=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 72 (28.52% from 255 or 63.16% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 72 - color contains mainly: green. Hex color #014829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014829 is #FEB7D6. Grayscale: #2F2F2F. Windows color (decimal): -16693207 or 2705409. OLE color: 2705409.

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

Color convert

RGB 1 72 41 -
CMYK 0.99 0 0.43 0.72
HSL 153.8º 0.97% 0.14% -
HSV(B) 153.8º 0.99% 0.28% -
XYZ 2.73 4.8 2.88 -
YUV 47.24 124.48 95.02 -
System Red Green Blue C M Y K H S L
Decimal 1 72 41 0.99 0 0.43 0.72 153.8 0.97 0.14
Hex 1 48 29 63 0 2B 48 9A 61 E
Octal 1 110 51 143 0 53 110 232 141 16
Binary 1 1001000 101001 1100011 0 101011 1001000 10011010 1100001 1110

Color Harmonies of #014829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014829

Black with #014829

Text Example


Text Example

White with #014829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014829; }

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

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

background-color css

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

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

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

border-color css

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

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

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