Html Css Color HEX #014331 British Racing Green

📋 copy color: '#014331'

red 1 ◦ green 67 ◦ blue 49

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

Shades of British Racing Green #014331

Tints of British Racing Green #014331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 57.26%

 BLUE value IS 49 (19.53% from 255) = 41.88%

R = 0.85%
G = 57.26%
B = 41.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#014331 (or 0x014331) is known color: British Racing Green. HEX triplet: 01, 43 and 31. RGB value is (1,67,49). Sum of RGB (Red+Green+Blue) = 1+67+49=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 67 (26.56% from 255 or 57.26% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 67 - color contains mainly: green. Hex color #014331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014331 is #FEBCCE. Grayscale: #2D2D2D. Windows color (decimal): -16694479 or 3228417. OLE color: 3228417.

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

Color convert

RGB 1 67 49 -
CMYK 0.99 0 0.27 0.74
HSL 163.64º 0.97% 0.13% -
HSV(B) 163.64º 0.99% 0.26% -
XYZ 2.57 4.24 3.59 -
YUV 45.21 130.13 96.46 -
System Red Green Blue C M Y K H S L
Decimal 1 67 49 0.99 0 0.27 0.74 163.64 0.97 0.13
Hex 1 43 31 63 0 1B 4A A4 61 D
Octal 1 103 61 143 0 33 112 244 141 15
Binary 1 1000011 110001 1100011 0 11011 1001010 10100100 1100001 1101

Color Harmonies of #014331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014331

Black with #014331

Text Example


Text Example

White with #014331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014331; }

 p { color: rgb(1,67,49); }

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

background-color css

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

 a { background-color: rgb(1,67,49); }

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

border-color css

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

 span { border-color: rgb(1,67,49); }

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