Html Css Color HEX #014832 British Racing Green

📋 copy color: '#014832'

red 1 ◦ green 72 ◦ blue 50

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

Shades of British Racing Green #014832

Tints of British Racing Green #014832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 40.65%

R = 0.81%
G = 58.54%
B = 40.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#014832 (or 0x014832) is known color: British Racing Green. HEX triplet: 01, 48 and 32. RGB value is (1,72,50). Sum of RGB (Red+Green+Blue) = 1+72+50=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #014832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014832 is #FEB7CD. Grayscale: #303030. Windows color (decimal): -16693198 or 3295233. OLE color: 3295233.

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

Color convert

RGB 1 72 50 -
CMYK 0.99 0 0.31 0.72
HSL 161.41º 0.97% 0.14% -
HSV(B) 161.41º 0.99% 0.28% -
XYZ 2.91 4.87 3.8 -
YUV 48.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 1 72 50 0.99 0 0.31 0.72 161.41 0.97 0.14
Hex 1 48 32 63 0 1F 48 A1 61 E
Octal 1 110 62 143 0 37 110 241 141 16
Binary 1 1001000 110010 1100011 0 11111 1001000 10100001 1100001 1110

Color Harmonies of #014832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014832

Black with #014832

Text Example


Text Example

White with #014832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014832; }

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

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

background-color css

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

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

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

border-color css

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

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

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