Html Css Color HEX #014133 British Racing Green

📋 copy color: '#014133'

red 1 ◦ green 65 ◦ blue 51

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

Shades of British Racing Green #014133

Tints of British Racing Green #014133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 43.59%

R = 0.85%
G = 55.56%
B = 43.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#014133 (or 0x014133) is known color: British Racing Green. HEX triplet: 01, 41 and 33. RGB value is (1,65,51). Sum of RGB (Red+Green+Blue) = 1+65+51=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #014133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014133 is #FEBECC. Grayscale: #2C2C2C. Windows color (decimal): -16694989 or 3358977. OLE color: 3358977.

HSL color Cylindrical-coordinate representation of color #014133: hue angle of 166.88º 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 #014133 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 65 51 -
CMYK 0.98 0 0.22 0.75
HSL 166.88º 0.97% 0.13% -
HSV(B) 166.88º 0.98% 0.25% -
XYZ 2.5 4.03 3.78 -
YUV 44.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 1 65 51 0.98 0 0.22 0.75 166.88 0.97 0.13
Hex 1 41 33 62 0 16 4B A7 61 D
Octal 1 101 63 142 0 26 113 247 141 15
Binary 1 1000001 110011 1100010 0 10110 1001011 10100111 1100001 1101

Color Harmonies of #014133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014133

Black with #014133

Text Example


Text Example

White with #014133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014133; }

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

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

background-color css

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

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

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

border-color css

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

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

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