Html Css Color HEX #014C33 British Racing Green

📋 copy color: '#014C33'

red 1 ◦ green 76 ◦ blue 51

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

Shades of British Racing Green #014C33

Tints of British Racing Green #014C33

RGB

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

 GREEN value IS 76 (30.08% from 255) = 59.38%

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

R = 0.78%
G = 59.38%
B = 39.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.70

RGB Variations

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

Color information

#014C33 (or 0x014C33) is known color: British Racing Green. HEX triplet: 01, 4C and 33. RGB value is (1,76,51). Sum of RGB (Red+Green+Blue) = 1+76+51=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 76 (30.08% from 255 or 59.38% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 76 - color contains mainly: green. Hex color #014C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C33 is #FEB3CC. Grayscale: #323232. Windows color (decimal): -16692173 or 3361793. OLE color: 3361793.

HSL color Cylindrical-coordinate representation of color #014C33: hue angle of 160º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C33 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 76 51 -
CMYK 0.99 0 0.33 0.70
HSL 160º 0.97% 0.15% -
HSV(B) 160º 0.99% 0.3% -
XYZ 3.19 5.41 4.01 -
YUV 50.73 128.15 92.53 -
System Red Green Blue C M Y K H S L
Decimal 1 76 51 0.99 0 0.33 0.70 160 0.97 0.15
Hex 1 4C 33 63 0 21 46 A0 61 F
Octal 1 114 63 143 0 41 106 240 141 17
Binary 1 1001100 110011 1100011 0 100001 1000110 10100000 1100001 1111

Color Harmonies of #014C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C33

Black with #014C33

Text Example


Text Example

White with #014C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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